mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-27 00:49:34 -06:00
fix assert
This commit is contained in:
@@ -1267,7 +1267,7 @@ class PurchaseOrderReceiveTest(OrderTest):
|
||||
],
|
||||
'location': location.pk,
|
||||
},
|
||||
max_query_count=103 + 2 * N_LINES,
|
||||
max_query_count=104 + 2 * N_LINES,
|
||||
).data
|
||||
|
||||
# Check for expected response
|
||||
|
||||
Reference in New Issue
Block a user