mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-18 08:31:33 +00:00
Version bump (#5740)
* Updated all dependencies * fixed some spelling errors * More spelling corrections * Fixes for changes in react-query
This commit is contained in:
@@ -443,7 +443,7 @@ class PurchaseOrderTest(OrderTest):
|
||||
|
||||
url = reverse('api-po-cancel', kwargs={'pk': po.pk})
|
||||
|
||||
# Try to cancel the PO, but without reqiured permissions
|
||||
# Try to cancel the PO, but without required permissions
|
||||
self.post(url, {}, expected_code=403)
|
||||
|
||||
self.assignRole('purchase_order.add')
|
||||
|
Reference in New Issue
Block a user