From 546bec5fd67b6bd3789320197a382219a17cc700 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 28 Oct 2021 22:47:00 +0300 Subject: [PATCH] Revert "Disable test F007 temporarily" This reverts commit ca1fe92a231736ebd4cd135c65e5b7502b901b4e. --- kea_testing.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kea_testing.groovy b/kea_testing.groovy index a43276b..fd6eb92 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -84,9 +84,9 @@ pipeline { url = "https://kea-kibana.vlahavas.com/app/kibana" 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) echo responseCode - //if (responseCode != '200') { - // error("$testName: Returned status code = $responseCode when calling $url") - //} + if (responseCode != '200') { + error("$testName: Returned status code = $responseCode when calling $url") + } testName = "KEA_F008" url = "$APP_URL/components/ceptd" -- 2.2.2