We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5ea70 commit e738bdeCopy full SHA for e738bde
1 file changed
test/asynchronous/test_retryable_reads.py
@@ -150,7 +150,7 @@ async def test_pool_paused_error_is_retryable(self):
150
class TestRetryableReads(AsyncIntegrationTest):
151
async def asyncSetUp(self) -> None:
152
await super().asyncSetUp()
153
- self.setup_client = MongoClient(**async_client_context.default_client_options)
+ self.setup_client = MongoClient(**async_client_context.client_options)
154
self.addCleanup(self.setup_client.close)
155
156
# TODO: After PYTHON-4595 we can use async event handlers and remove this workaround.
0 commit comments