diff --git a/InvenTree/order/test_api.py b/InvenTree/order/test_api.py index dcbb1d2603..44effe9fb6 100644 --- a/InvenTree/order/test_api.py +++ b/InvenTree/order/test_api.py @@ -124,7 +124,6 @@ class PurchaseOrderTest(OrderTest): expected_code=400 ) - def test_po_attachments(self): url = reverse('api-po-attachment-list')