From 3bd2e771046db84e5670989de4ab0d6151512920 Mon Sep 17 00:00:00 2001 From: thomas loubrieu <60993872+tloubrieu-jpl@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:10:59 -0400 Subject: [PATCH] fix integration test launcher (#240) Co-authored-by: thomas loubrieu --- docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 9bad980..d12a2e4 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -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: