Skip to content

Commit 9009c1e

Browse files
authored
remove redundant one (#4228)
1 parent ec4b1b8 commit 9009c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/utils/http/mirror.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func ExpectMirroredRequest(t *testing.T, client client.Client, clientset clients
6565
}
6666
}
6767
return false
68-
}, timeoutConfig.RequestTimeout, time.Second*1, `Couldn't find mirrored request in "%s/%s" logs`, mirrorPod.Namespace, mirrorPod.Name)
68+
}, timeoutConfig.RequestTimeout, time.Second, `Couldn't find mirrored request in "%s/%s" logs`, mirrorPod.Namespace, mirrorPod.Name)
6969
}(mirrorPod)
7070
}
7171

0 commit comments

Comments
 (0)