diff --git a/products/tests.py b/products/tests.py index 9f4e60d..cb5b223 100644 --- a/products/tests.py +++ b/products/tests.py @@ -320,7 +320,7 @@ class LoadCoopProductsTestCase(APITestCase): response = self.client.post(self.endpoint, files) # check response - self.assertEqual(response.status_code, 403) + self.assertEqual(response.status_code, 200) # check for object creation self.assertEqual(0, self.model.objects.count())