Skip to content

Commit e738bde

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

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
@@ -150,7 +150,7 @@ async def test_pool_paused_error_is_retryable(self):
150150
class TestRetryableReads(AsyncIntegrationTest):
151151
async def asyncSetUp(self) -> None:
152152
await super().asyncSetUp()
153-
self.setup_client = MongoClient(**async_client_context.default_client_options)
153+
self.setup_client = MongoClient(**async_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)