This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/8.0.x by this push:
new ad667bb917 Removing local changes from TP config (#7970)
ad667bb917 is described below
commit ad667bb9178d96adfdcdff10b51fe6b3a4ce2e1b
Author: Rima Shah <[email protected]>
AuthorDate: Thu Mar 21 09:11:38 2024 -0600
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
}