Commit 546bec5fd67b6bd3789320197a382219a17cc700
1 parent
ca1fe92a23
Exists in
master
and in
2 other branches
Revert "Disable test F007 temporarily"
This reverts commit ca1fe92a231736ebd4cd135c65e5b7502b901b4e.
Showing 1 changed file with 3 additions and 3 deletions
kea_testing.groovy
View file @
546bec5
... | ... | @@ -84,9 +84,9 @@ |
84 | 84 | url = "https://kea-kibana.vlahavas.com/app/kibana" |
85 | 85 | responseCode = sh(label: testName, script: "curl -m 10 -sLI -w '%{http_code}' -H 'Authorization: Bearer $token' -H 'Accept: application/json, text/plain, */*' $url -o /dev/null", returnStdout: true) |
86 | 86 | echo responseCode |
87 | - //if (responseCode != '200') { | |
88 | - // error("$testName: Returned status code = $responseCode when calling $url") | |
89 | - //} | |
87 | + if (responseCode != '200') { | |
88 | + error("$testName: Returned status code = $responseCode when calling $url") | |
89 | + } | |
90 | 90 | |
91 | 91 | testName = "KEA_F008" |
92 | 92 | url = "$APP_URL/components/ceptd" |