Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit ad667bb

Browse files
authored
Removing local changes from TP config (#7970)
Removing local changes from TP config and reverting back changes from GH actions for api contract tests.
1 parent cb8dba7 commit ad667bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/to-api-contract-tests/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ truncate --size=0 traffic.ops.log # Removes output from previous API versions an
122122

123123
cd "../testing/api_contract/v$INPUT_VERSION"
124124

125-
pytest -rA --to-user admin --to-password twelve --to-url https://localhost:6443/api/4.0
125+
pytest -rA --to-user admin --to-password twelve12 --to-url https://localhost:6443/api/4.0

traffic_portal/test/integration/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"stopSpecOnExpectationFailure": true
3030
},
3131
"params": {
32-
"apiUrl": "https://localhost:8443/api/5.0",
33-
"baseUrl": "https://localhost:9090",
32+
"apiUrl": "https://localhost:443/api/5.0",
33+
"baseUrl": "https://localhost",
3434
"login": {
3535
"username": "admin",
36-
"password": "twelve"
36+
"password": "twelve12"
3737
},
3838
"junitReporter": false
3939
}

0 commit comments

Comments
 (0)