pull/57/head
Hunter Long 2018-08-21 00:17:03 -07:00
parent cb8cbc5b5f
commit 4ba548151d
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ func TestPrometheusHandler(t *testing.T) {
Router().ServeHTTP(rr, req)
body := rr.Body.String()
assert.Equal(t, 200, rr.Code)
assert.Contains(t, body, "statup_total_services 6")
assert.Contains(t, body, "statup_total_services 7")
assert.True(t, IsRouteAuthenticated(req))
}