This commit is contained in:
Sam
2021-03-02 13:55:10 +00:00
parent 4a0a9c3788
commit 794250a6ab
3 changed files with 0 additions and 4 deletions

View File

@@ -434,7 +434,6 @@ class LoadCoopProductsTestCase(APITestCase):
# send in request
response = self.client.post(self.endpoint, files)
import ipdb; ipdb.set_trace()
# check response
self.assertEqual(response.status_code, 200)