From 6b180da53217e3dd014f2535b60dbb1f1bd4ef39 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 9 Sep 2021 00:54:00 +0300 Subject: [PATCH] Actually test VDM component --- kea_testing.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kea_testing.groovy b/kea_testing.groovy index 55e2023..90cd0b4 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -147,7 +147,7 @@ pipeline { } testName = "KEA_F012" - url = "$APP_URL/api/v1/adt" + url = "$APP_URL/api/v1/vdm" 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') { -- 2.2.2