diff --git a/collector/nodes_test.go b/collector/nodes_test.go index 473c3bdc..46081272 100644 --- a/collector/nodes_test.go +++ b/collector/nodes_test.go @@ -84,7 +84,7 @@ func (h *basicAuth) checkAuth(w http.ResponseWriter, r *http.Request) bool { } if h.User == pair[0] && h.Pass == pair[1] { - return false + return true } return false }