Skip to content

Commit f76e12d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_retryable_writes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def test_overload_then_nonoverload_retries_increased_writes(self) -> None:
787787
listener = OvertCommandListener()
788788

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

0 commit comments

Comments
 (0)