Skip to content
Snippets Groups Projects
Commit cac03184 authored by Oliver's avatar Oliver
Browse files

omg

parent a6942d88
No related branches found
No related tags found
No related merge requests found
Loading
@@ -1322,6 +1322,10 @@ func TestPasswordProtectedInstance(t *testing.T) {
Loading
@@ -1322,6 +1322,10 @@ func TestPasswordProtectedInstance(t *testing.T) {
} }
   
func TestPasswordInvalid(t *testing.T) { func TestPasswordInvalid(t *testing.T) {
r := prometheus.NewRegistry()
prometheus.DefaultGatherer = r
prometheus.DefaultRegisterer = r
ts := httptest.NewServer(promhttp.Handler()) ts := httptest.NewServer(promhttp.Handler())
defer ts.Close() defer ts.Close()
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment