Move bad test fail one year forward
This commit is contained in:
@@ -74,7 +74,7 @@ class ContactsTestCase(APITestCase):
|
||||
self.assertEqual(response.status_code, status.HTTP_200_OK)
|
||||
|
||||
serializer = OccupationSerializer(
|
||||
Occupation.by_year(2019),
|
||||
Occupation.by_year(2020),
|
||||
many=True
|
||||
)
|
||||
self.assertEqual(response.data["results"], serializer.data)
|
||||
|
||||
Reference in New Issue
Block a user