Skip to content

Commit

Permalink
fix integration test launcher (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: thomas loubrieu <[email protected]>
  • Loading branch information
tloubrieu-jpl and thomas loubrieu authored Nov 2, 2023
1 parent 586bfba commit 3bd2e77
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 3bd2e77

Please sign in to comment.