Skip to content

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

Diff for: .github/actions/to-api-contract-tests/entrypoint.sh

+1-1
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

Diff for: traffic_portal/test/integration/config.json

+3-3
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)