We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a578961 commit 301240eCopy full SHA for 301240e
tests/e2e/auth-filter_test.go
@@ -99,7 +99,6 @@ func TestAuthFilter(t *testing.T) {
99
if string(out) == "" {
100
return false, nil
101
}
102
- // Note: we use count to make sure that only one metrics handler is running
103
if strings.Contains(string(out), testMetric) {
104
// klog.InfoS("metrics available", "metric", string(out))
105
klog.InfoS("metrics fetched with bearer token")
0 commit comments