From 1c55f7da98f7f0d68c14aa03494cb016681704c0 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 4 Feb 2021 10:59:13 +0000 Subject: [PATCH] test fixes --- products/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())