We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8acb3 commit 254a312Copy full SHA for 254a312
1 file changed
tests/limiters/rps/test_limiters_local.py
@@ -4,7 +4,7 @@
4
5
6
class TestLocalLimiter:
7
- async def test_no_limit(self, rate_limit: int):
+ async def test_no_limit(self):
8
started_at = time.monotonic()
9
limiter = LocalRateLimiter(rate_limit=0)
10
await limiter.rate_limit()
0 commit comments