Correct test_reload_of_non_strict_with_special_field_name for pymongo<2.9
This commit is contained in:
parent
269e3d1303
commit
0284975f3f
@ -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"]
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user