Fix metrics server offline test

This commit is contained in:
stefanprodan
2018-12-27 12:43:43 +02:00
parent cbf9e1011d
commit b008abd4a7
+1 -1
View File
@@ -79,6 +79,6 @@ func TestCheckMetricsServer_Offline(t *testing.T) {
}
if ok {
t.Errorf("Got %v wanted %v", ok, true)
t.Errorf("Got %v wanted %v", ok, false)
}
}