diff --git a/InvenTree/order/test_api.py b/InvenTree/order/test_api.py index 0fb161cf67..24ca8581d9 100644 --- a/InvenTree/order/test_api.py +++ b/InvenTree/order/test_api.py @@ -258,7 +258,6 @@ class SalesOrderTest(OrderTest): self.get(url) - def test_so_operations(self): """ Test that we can create / edit and delete a SalesOrder via the API