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

@@ -157,7 +157,7 @@ $TestSuiteJSON = @"

{
"clientProfile": {
"client": "CHROME",
"client": "CURL",
"ipVersion": "IPV4"
},
"condition": {
@@ -166,7 +166,7 @@ $TestSuiteJSON = @"
"testRequest": {
"testRequestUrl": "https://{{userId}}mastertflab.akaudevops.com/rest/user/login",
"requestMethod": "POST"
"requestMethod": "GET"
}
},


Loading…
Cancel
Save