Skip to content

Commit bf5ea70

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

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
@@ -150,7 +150,7 @@ def test_pool_paused_error_is_retryable(self):
150150
class TestRetryableReads(IntegrationTest):
151151
def setUp(self) -> None:
152152
super().setUp()
153-
self.setup_client = MongoClient(**client_context.default_client_options)
153+
self.setup_client = MongoClient(**client_context.client_options)
154154
self.addCleanup(self.setup_client.close)
155155

156156
# TODO: After PYTHON-4595 we can use async event handlers and remove this workaround.

0 commit comments

Comments
 (0)