Skip to content

Commit 9cce4c9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_retryable_reads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def test_overload_then_nonoverload_retries_increased_reads(self) -> None:
405405
listener = OvertCommandListener()
406406

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

0 commit comments

Comments
 (0)