Skip to content

Commit

Permalink
fixed unterminated string in postman-waits-for-test-data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelp1986 committed Nov 21, 2023
1 parent dfa7e8d commit eccc49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/postman-waits-for-test-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit eccc49e

Please sign in to comment.