Skip to content

Commit

Permalink
fix integration test launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Oct 26, 2023
1 parent 5577c2b commit 4180bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ services:
- ${POSTMAN_COLLECTION_FILE}:/postman/postman-collection.json
networks:
- pds
command: "run /postman/postman-collection.json --env-var baseUrl=${REG_API_URL}"
command: "run /postman/postman-collection.json --insecure --env-var baseUrl=${REG_API_URL} --env-var opensearchUrl=${ES_URL}"

# Executes Registry API integration tests as a Postman collection and reports the results into JPL TestRail
testrail-reporting-test:
Expand Down

0 comments on commit 4180bbf

Please sign in to comment.