Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance_test.go')
-rw-r--r--acceptance_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance_test.go b/acceptance_test.go
index 587fc27e..eb90dc95 100644
--- a/acceptance_test.go
+++ b/acceptance_test.go
@@ -394,7 +394,7 @@ func TestPrometheusMetricsCanBeScraped(t *testing.T) {
defer resp.Body.Close()
body, _ := ioutil.ReadAll(resp.Body)
- assert.Contains(t, string(body), "gitlab_pages_http_active_sessions 0")
+ assert.Contains(t, string(body), "gitlab_pages_http_in_flight_requests 0")
assert.Contains(t, string(body), "gitlab_pages_served_domains 16")
}
}