Sfoglia il codice sorgente

Fixed Cloudlet test case in Test Center script.

main
kusum 1 anno fa
parent
commit
ab228476a3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      test-center/TestCenter_1.ps1

+ 2
- 2
test-center/TestCenter_1.ps1 Vedi 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…
Annulla
Salva