Skip to content

Commit

Permalink
Update main_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bmv126 authored Feb 18, 2024
1 parent 5d56e66 commit 4aecc33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/ingress/annotations/ratelimit/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ func TestRateLimiting(t *testing.T) {
if rateLimit.RPM.Delay != 5 {
t.Errorf("expected %d in delay limit by rpm but %v was returned", 5, rateLimit.RPM)
}
if rateLimit.RPM.SharedSize != 5 {
t.Errorf("expected %d in sharedSize limit by rpm but %v was returned", 5, rateLimit.RPM)
}
if rateLimit.LimitRateAfter != 100 {
t.Errorf("expected 100 in limit by limitrateafter but %v was returned", rateLimit.LimitRateAfter)
}
Expand Down

0 comments on commit 4aecc33

Please sign in to comment.