diff --git a/tests/test_bsonjs_response_class.py b/tests/test_bsonjs_response_class.py index a1affaf68..d9d81ed34 100644 --- a/tests/test_bsonjs_response_class.py +++ b/tests/test_bsonjs_response_class.py @@ -24,5 +24,5 @@ def test_bsonjs_serialized_data(): response = client.get("/bsonjs_keys") assert response.content == bsonjs.loads( - json.dumps({"key": "Hello World", 1: 1}) + json.dumps({"key": "Hello World"}) )