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 5d56e66 commit 4aecc33Copy full SHA for 4aecc33
internal/ingress/annotations/ratelimit/main_test.go
@@ -196,9 +196,6 @@ func TestRateLimiting(t *testing.T) {
196
if rateLimit.RPM.Delay != 5 {
197
t.Errorf("expected %d in delay limit by rpm but %v was returned", 5, rateLimit.RPM)
198
}
199
- if rateLimit.RPM.SharedSize != 5 {
200
- t.Errorf("expected %d in sharedSize limit by rpm but %v was returned", 5, rateLimit.RPM)
201
- }
202
if rateLimit.LimitRateAfter != 100 {
203
t.Errorf("expected 100 in limit by limitrateafter but %v was returned", rateLimit.LimitRateAfter)
204
0 commit comments