Skip to content

Commit

Permalink
Removing local changes from TP config (#7970)
Browse files Browse the repository at this point in the history
Removing local changes from TP config and reverting back changes from GH actions for api contract tests.
  • Loading branch information
rimashah25 committed Mar 21, 2024
1 parent cb8dba7 commit ad667bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/to-api-contract-tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions traffic_portal/test/integration/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ad667bb

Please sign in to comment.