diff --git a/contest/tests.py b/contest/tests.py index 8a21977d..4c160049 100644 --- a/contest/tests.py +++ b/contest/tests.py @@ -45,7 +45,7 @@ class ContestAdminAPITest(APITestCase): response_data = response.data["data"] for k in data.keys(): if isinstance(data[k], datetime): - continue + continue self.assertEqual(response_data[k], data[k]) def test_get_contests(self):