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)

View File

@@ -245,7 +245,6 @@ def product_loader(csv_reader, user, company=None):
counter += 1
except Exception as e:
logging.error(f"Could not parse {counter}: {str(e)}")
import ipdb; ipdb.set_trace()
history.quantity = counter
history.save()