test(web/metrics): improve
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
This commit is contained in:
parent
83ad1cf65f
commit
36e71f7cba
|
@ -16,4 +16,9 @@ func TestMetricsLoaded(t *testing.T) {
|
||||||
|
|
||||||
// GET
|
// GET
|
||||||
s.Request(http.MethodGet, "/metrics", nil, http.StatusOK, nil)
|
s.Request(http.MethodGet, "/metrics", nil, http.StatusOK, nil)
|
||||||
|
|
||||||
|
UP = func() bool { return false }
|
||||||
|
|
||||||
|
// GET
|
||||||
|
s.Request(http.MethodGet, "/metrics", nil, http.StatusOK, nil)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue