Correct test_reload_of_non_strict_with_special_field_name for pymongo<2.9
This commit is contained in:
@@ -583,7 +583,7 @@ class InstanceTest(unittest.TestCase):
|
|||||||
|
|
||||||
Post.drop_collection()
|
Post.drop_collection()
|
||||||
|
|
||||||
Post._get_collection().insert_one({
|
Post._get_collection().insert({
|
||||||
"title": "Items eclipse",
|
"title": "Items eclipse",
|
||||||
"items": ["more lorem", "even more ipsum"]
|
"items": ["more lorem", "even more ipsum"]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user