Browse Source

Fixed Cloudlet test case in Test Center script.

main
kusum 1 year ago
parent
commit
ab228476a3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      test-center/TestCenter_1.ps1

+ 2
- 2
test-center/TestCenter_1.ps1 View File



{ {
"clientProfile": { "clientProfile": {
"client": "CHROME",
"client": "CURL",
"ipVersion": "IPV4" "ipVersion": "IPV4"
}, },
"condition": { "condition": {
"testRequest": { "testRequest": {
"testRequestUrl": "https://{{userId}}mastertflab.akaudevops.com/rest/user/login", "testRequestUrl": "https://{{userId}}mastertflab.akaudevops.com/rest/user/login",
"requestMethod": "POST"
"requestMethod": "GET"
} }
}, },



Loading…
Cancel
Save