2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-16 09:18:10 +00:00

adjust assumption

This commit is contained in:
Matthias Mair
2025-11-27 01:31:27 +01:00
parent b5f899f732
commit ff654324d1

View File

@@ -1267,7 +1267,7 @@ class PurchaseOrderReceiveTest(OrderTest):
], ],
'location': location.pk, 'location': location.pk,
}, },
max_query_count=100 + 2 * N_LINES, max_query_count=103 + 2 * N_LINES,
).data ).data
# Check for expected response # Check for expected response