cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user