We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849c6da commit 6c88f23Copy full SHA for 6c88f23
tests/integrations/pymongo/test_pymongo.py
@@ -10,7 +10,7 @@
10
@pytest.fixture(scope="session")
11
def mongo_server():
12
server = MockupDB(verbose=True)
13
- server.autoresponds("ismaster", maxWireVersion=7)
+ server.autoresponds("ismaster", maxWireVersion=8)
14
server.run()
15
server.autoresponds(
16
{"find": "test_collection"}, cursor={"id": 123, "firstBatch": []}
0 commit comments