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 5a146ef commit 803a6c1Copy full SHA for 803a6c1
flask_pymongo/tests/test_config.py
@@ -87,7 +87,7 @@ class CustomDict(dict):
87
88
mongo.db.things.insert_one({"_id": "thing", "val": "foo"})
89
90
- assert mongo.db.things.find_one() is CustomDict
+ assert type(mongo.db.things.find_one()) is CustomDict
91
92
def test_it_doesnt_connect_by_default(self):
93
uri = f"mongodb://localhost:{self.port}/{self.dbname}"
0 commit comments