Skip to content

Commit 301240e

Browse files
mruegrexagod
andauthored
Update tests/e2e/auth-filter_test.go
Co-authored-by: Pranshu Srivastava <[email protected]>
1 parent a578961 commit 301240e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/e2e/auth-filter_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ func TestAuthFilter(t *testing.T) {
9999
if string(out) == "" {
100100
return false, nil
101101
}
102-
// Note: we use count to make sure that only one metrics handler is running
103102
if strings.Contains(string(out), testMetric) {
104103
// klog.InfoS("metrics available", "metric", string(out))
105104
klog.InfoS("metrics fetched with bearer token")

0 commit comments

Comments
 (0)