From ee5de39c3d2db50f088ee8f6cf97d333357394ef Mon Sep 17 00:00:00 2001 From: Tristan Radisson Date: Mon, 11 Sep 2023 16:51:37 +0200 Subject: [PATCH] Tests: Fix discovery test (#1695) --- tests/features/kogito-swf-devmode.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/features/kogito-swf-devmode.feature b/tests/features/kogito-swf-devmode.feature index d7dabbb52..754ee5aaa 100644 --- a/tests/features/kogito-swf-devmode.feature +++ b/tests/features/kogito-swf-devmode.feature @@ -131,9 +131,9 @@ Feature: Serverless Workflow devmode images Scenario: Verify if container starts in devmode with service discovery property When container is started with env - | variable | value | - | SCRIPT_DEBUG | true | - | MAVEN_ARGS_APPEND | -Dkogito.dataindex.ws.url=knative:services.v1.serving.knative.dev/namespace1/test2 | + | variable | value | + | SCRIPT_DEBUG | true | + | MAVEN_ARGS_APPEND | -Dkogito.dataindex.ws.url=${knative:services.v1.serving.knative.dev/namespace1/test2} | Then check that page is served | property | value | | port | 8080 | @@ -145,4 +145,4 @@ Feature: Serverless Workflow devmode images Scenario: Verify if container have the KOGITO_CODEGEN_PROCESS_FAILONERROR env set to false When container is started with command bash - Then run sh -c 'echo $KOGITO_CODEGEN_PROCESS_FAILONERROR' in container and immediately check its output for false \ No newline at end of file + Then run sh -c 'echo $KOGITO_CODEGEN_PROCESS_FAILONERROR' in container and immediately check its output for false