From ad667bb9178d96adfdcdff10b51fe6b3a4ce2e1b Mon Sep 17 00:00:00 2001 From: Rima Shah <22248619+rimashah25@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:11:38 -0600 Subject: [PATCH] Removing local changes from TP config (#7970) Removing local changes from TP config and reverting back changes from GH actions for api contract tests. --- .github/actions/to-api-contract-tests/entrypoint.sh | 2 +- traffic_portal/test/integration/config.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/to-api-contract-tests/entrypoint.sh b/.github/actions/to-api-contract-tests/entrypoint.sh index b3a8ffb380..59f74c9159 100755 --- a/.github/actions/to-api-contract-tests/entrypoint.sh +++ b/.github/actions/to-api-contract-tests/entrypoint.sh @@ -122,4 +122,4 @@ truncate --size=0 traffic.ops.log # Removes output from previous API versions an cd "../testing/api_contract/v$INPUT_VERSION" -pytest -rA --to-user admin --to-password twelve --to-url https://localhost:6443/api/4.0 +pytest -rA --to-user admin --to-password twelve12 --to-url https://localhost:6443/api/4.0 diff --git a/traffic_portal/test/integration/config.json b/traffic_portal/test/integration/config.json index 75d2ae61d5..2568e925bb 100644 --- a/traffic_portal/test/integration/config.json +++ b/traffic_portal/test/integration/config.json @@ -29,11 +29,11 @@ "stopSpecOnExpectationFailure": true }, "params": { - "apiUrl": "https://localhost:8443/api/5.0", - "baseUrl": "https://localhost:9090", + "apiUrl": "https://localhost:443/api/5.0", + "baseUrl": "https://localhost", "login": { "username": "admin", - "password": "twelve" + "password": "twelve12" }, "junitReporter": false }