mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Fix metrics server offline test
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user