File tree 2 files changed +4
-4
lines changed
.github/actions/to-api-contract-tests
traffic_portal/test/integration
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,4 +122,4 @@ truncate --size=0 traffic.ops.log # Removes output from previous API versions an
122
122
123
123
cd " ../testing/api_contract/v$INPUT_VERSION "
124
124
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
Original file line number Diff line number Diff line change 29
29
"stopSpecOnExpectationFailure" : true
30
30
},
31
31
"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" ,
34
34
"login" : {
35
35
"username" : " admin" ,
36
- "password" : " twelve "
36
+ "password" : " twelve12 "
37
37
},
38
38
"junitReporter" : false
39
39
}
You can’t perform that action at this time.
0 commit comments