Skip to content

Commit b31172d

Browse files
Update test/asynchronous/test_server_selection_in_window.py
Co-authored-by: Noah Stapp <[email protected]>
1 parent fe4c86c commit b31172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/test_server_selection_in_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ async def test_load_balancing(self):
159159
"mode": {"times": 10000},
160160
"data": {
161161
"failCommands": ["find"],
162-
"blockAsyncConnection": True,
162+
"blockConnection": True,
163163
"blockTimeMS": 500,
164164
"appName": "loadBalancingTest",
165165
},

0 commit comments

Comments
 (0)