mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
remove unneeded assignment
This commit is contained in:
@ -186,7 +186,7 @@ class BomUploadTest(InvenTreeAPITestCase):
|
||||
|
||||
self.assertIn('No part column specified', str(response.data))
|
||||
|
||||
response = self.post(
|
||||
self.post(
|
||||
url,
|
||||
{
|
||||
'rows': rows,
|
||||
|
Reference in New Issue
Block a user