Skip to content

Commit 10d709b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/test_retryable_writes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ async def test_overload_then_nonoverload_retries_increased_writes(self) -> None:
791791
listener = OvertCommandListener()
792792

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

0 commit comments

Comments
 (0)