test_async_rate_limit

This commit is contained in:
Ishaan Jaffer 2025-11-15 10:34:24 -08:00
parent c2df54a8f0
commit c587aeaf3a

View File

@ -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
):
"""