You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the GraphQLClient in Quarkus 2.0.0, it requires a property called test-service/mp-graphql/url.
When the docker image is started, it is started with param: --env TEST_SERVICE/MP_GRAPHQL/URL=http://localhost:50683
This is an invalid environment variable, so it fails.
We use the GraphQLClient in Quarkus 2.0.0, it requires a property called
test-service/mp-graphql/url
.When the docker image is started, it is started with param:
--env TEST_SERVICE/MP_GRAPHQL/URL=http://localhost:50683
This is an invalid environment variable, so it fails.
This is caused by:
quarkus/test-framework/common/src/main/java/io/quarkus/test/common/DockerContainerLauncher.java
Lines 151 to 153 in f762885
Please make sure it also converts '/' to '_'
The text was updated successfully, but these errors were encountered: