Skip to content

Commit

Permalink
support direct test to opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Nov 16, 2023
1 parent 2076d4b commit a5ef010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/scripts/postman-waits-for-test-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +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"
newman run /postman/postman-collection.json --env-var baseUrl="$REG_API_URL --env-var opensearchUrl=${ES_URL}

0 comments on commit a5ef010

Please sign in to comment.