Commit 3c475c029319c7bef3e44845b9a35f34b81b6668

Authored by George Vlahavas
1 parent da71622047

Get grafana dashboard home

Showing 1 changed file with 1 additions and 1 deletions

kea_testing.groovy View file @ 3c475c0
... ... @@ -82,7 +82,7 @@
82 82 }
83 83  
84 84 testName = "KEA_F006"
85   - url = "https://kea-grafana.vlahavas.com/?orgId=1"
  85 + url = "https://kea-grafana.vlahavas.com/api/dashboards/home"
86 86 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)
87 87 if (responseCode != '200') {
88 88 error("$testName: Returned status code = $responseCode when calling $url")