From eccc49e37c11c172912499c1612c8b3947730e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Pe=C3=B1a?= Date: Tue, 21 Nov 2023 14:45:10 -0800 Subject: [PATCH] fixed unterminated string in postman-waits-for-test-data.sh --- docker/scripts/postman-waits-for-test-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/postman-waits-for-test-data.sh b/docker/scripts/postman-waits-for-test-data.sh index a0fb44c..fd0c976 100755 --- a/docker/scripts/postman-waits-for-test-data.sh +++ b/docker/scripts/postman-waits-for-test-data.sh @@ -44,5 +44,5 @@ echo "Waiting for test data to be available in the Registry-API, before starting sleep 240 echo "Starting Postman tests..." 1>&2 -newman run /postman/postman-collection.json --env-var baseUrl="$REG_API_URL --env-var opensearchUrl=${ES_URL} +newman run /postman/postman-collection.json --env-var baseUrl=${REG_API_URL} --env-var opensearchUrl=${ES_URL}