2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

remove unneeded assignment

This commit is contained in:
Matthias
2022-02-20 04:24:13 +01:00
parent 68d182d67b
commit 1ff6988ffd
2 changed files with 2 additions and 2 deletions

View File

@ -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,