Skip to content

Commit 4ff0116

Browse files
NoahStappCopilot
andauthored
Update test/asynchronous/test_retryable_reads.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 10d709b commit 4ff0116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/asynchronous/test_retryable_reads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ async def test_overload_then_nonoverload_retries_increased_reads(self) -> None:
407407
listener = OvertCommandListener()
408408

409409
# Configure the client to listen to CommandFailedEvents. In the attached listener, configure a fail point with error
410-
# code `91` (NotWritablePrimary) and `RetryableError` and `SystemOverloadedError` labels.
410+
# code `91` (ShutdownInProgress) and `RetryableError` and `SystemOverloadedError` labels.
411411
overload_fail_point = {
412412
"configureFailPoint": "failCommand",
413413
"mode": {"times": 1},

0 commit comments

Comments
 (0)