diff --git a/tests/test_ratelimit.py b/tests/test_ratelimit.py index add9deb6d7..19eba5e07b 100644 --- a/tests/test_ratelimit.py +++ b/tests/test_ratelimit.py @@ -110,7 +110,7 @@ class ExpectNoException(Exception): # "latency-based-routing", ], ) -def test_rate_limit( +def test_async_rate_limit( router_factory, num_try_send, num_allowed_send, sync_mode, routing_strategy ): """