diff --git a/tests/test_testing.py b/tests/test_testing.py index 7dc7c01a5..4a68a1e1e 100644 --- a/tests/test_testing.py +++ b/tests/test_testing.py @@ -200,7 +200,7 @@ class TestAPITestClient(TestCase): data=None, content_type='application/json' ) - assert response.status_code == 200 == response.content + assert response.status_code == 200 assert response.data == {"flag": True}