Explorar el Código

Fixed Cloudlet test case in Test Center script.

main
kusum hace 1 año
padre
commit
ab228476a3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      test-center/TestCenter_1.ps1

+ 2
- 2
test-center/TestCenter_1.ps1 Ver fichero

@@ -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"
}
},


Cargando…
Cancelar
Guardar