From f2d4be7f7da170ace39af4e0f77e284e48768b13 Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Tue, 24 Feb 2026 08:14:01 -0500 Subject: [PATCH] Update test/asynchronous/test_client_backpressure.py Co-authored-by: Sergey Zelenov --- test/asynchronous/test_client_backpressure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/asynchronous/test_client_backpressure.py b/test/asynchronous/test_client_backpressure.py index bf139105d..3100d5064 100644 --- a/test/asynchronous/test_client_backpressure.py +++ b/test/asynchronous/test_client_backpressure.py @@ -310,7 +310,7 @@ class AsyncTestClientBackpressure(AsyncIntegrationTest): self.assertEqual(len(self.listener.started_events), _MAX_RETRIES + 1) @async_client_context.require_failCommand_appName - async def test_03_adaptive_retries_limited_by_tokens(self): + async def test_04_adaptive_retries_limited_by_tokens(self): # Drivers should test that when enabled, adaptive retries are limited by the number of tokens in the bucket. # 1. Let `client` be a `MongoClient` with adaptiveRetries=True.