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') {