Skip to content

Commit f2d4be7

Browse files
NoahStapptadjik1
andauthored
Update test/asynchronous/test_client_backpressure.py
Co-authored-by: Sergey Zelenov <mail@zelenov.su>
1 parent e0d1267 commit f2d4be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/test_client_backpressure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ async def test_03_overload_retries_limited(self):
310310
self.assertEqual(len(self.listener.started_events), _MAX_RETRIES + 1)
311311

312312
@async_client_context.require_failCommand_appName
313-
async def test_03_adaptive_retries_limited_by_tokens(self):
313+
async def test_04_adaptive_retries_limited_by_tokens(self):
314314
# Drivers should test that when enabled, adaptive retries are limited by the number of tokens in the bucket.
315315

316316
# 1. Let `client` be a `MongoClient` with adaptiveRetries=True.

0 commit comments

Comments
 (0)