Skip to content

Commit 6c88f23

Browse files
committed
Fix pymongo
1 parent 849c6da commit 6c88f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/pymongo/test_pymongo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@pytest.fixture(scope="session")
1111
def mongo_server():
1212
server = MockupDB(verbose=True)
13-
server.autoresponds("ismaster", maxWireVersion=7)
13+
server.autoresponds("ismaster", maxWireVersion=8)
1414
server.run()
1515
server.autoresponds(
1616
{"find": "test_collection"}, cursor={"id": 123, "firstBatch": []}

0 commit comments

Comments
 (0)