ricardozanini commented on code in PR #3225:
URL:
https://github.com/apache/incubator-kie-tools/pull/3225#discussion_r2277216878
##########
packages/sonataflow-management-console-image/test-resources/tests/features/sonataflow-management-console.feature:
##########
@@ -21,15 +15,6 @@ Feature: Serverless Workflow Management Console images
Scenario: verify that the data-index is available from the container
When container is started with env
| variable | value
|
- | SONATAFLOW_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT |
http://${DOCKER_HOST}:4000/graphql |
+ | SONATAFLOW_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT |
http://host.docker.internal:4000/graphql |
Review Comment:
@fantonangeli that could be an option, indeed. I reverted it back
to`DOCKER_HOST` env var. It's nice since we can test end-to-end.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]