2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-16 06:18:32 +00:00

Unit test fixes

This commit is contained in:
Oliver
2021-10-05 17:35:10 +11:00
parent dd760bfecd
commit 93c53315cc
+1 -1
View File
@@ -251,7 +251,7 @@ class PurchaseOrderReceiveTest(OrderTest):
expected_code=400
).data
self.assertIn('Line items must be provided', str(data['items']))
self.assertIn('Line items must be provided', str(data))
# No new stock items have been created
self.assertEqual(self.n, StockItem.objects.count())