mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove unneeded assignment
This commit is contained in:
parent
68d182d67b
commit
1ff6988ffd
@ -186,7 +186,7 @@ class BomUploadTest(InvenTreeAPITestCase):
|
||||
|
||||
self.assertIn('No part column specified', str(response.data))
|
||||
|
||||
response = self.post(
|
||||
self.post(
|
||||
url,
|
||||
{
|
||||
'rows': rows,
|
||||
|
@ -393,7 +393,7 @@ class StockItemTest(StockAPITestCase):
|
||||
self.assertEqual(trackable_part.get_stock_count(), 0)
|
||||
|
||||
# This should fail, incorrect serial number count
|
||||
response = self.post(
|
||||
self.post(
|
||||
self.list_url,
|
||||
data={
|
||||
'part': trackable_part.pk,
|
||||
|
Loading…
Reference in New Issue
Block a user