Update test/asynchronous/test_client_backpressure.py

Co-authored-by: Sergey Zelenov <mail@zelenov.su>
This commit is contained in:
Noah Stapp 2026-02-24 08:14:01 -05:00 committed by GitHub
parent e0d1267c00
commit f2d4be7f7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.