Commit 6b180da53217e3dd014f2535b60dbb1f1bd4ef39
1 parent
955d7930b9
Exists in
master
and in
2 other branches
Actually test VDM component
Showing 1 changed file with 1 additions and 1 deletions
kea_testing.groovy
View file @
6b180da
... | ... | @@ -147,7 +147,7 @@ |
147 | 147 | } |
148 | 148 | |
149 | 149 | testName = "KEA_F012" |
150 | - url = "$APP_URL/api/v1/adt" | |
150 | + url = "$APP_URL/api/v1/vdm" | |
151 | 151 | 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) |
152 | 152 | echo responseCode |
153 | 153 | if (responseCode != '200') { |