diff --git a/InvenTree/stock/test_views.py b/InvenTree/stock/test_views.py index 71c7594478..51532f36bb 100644 --- a/InvenTree/stock/test_views.py +++ b/InvenTree/stock/test_views.py @@ -170,4 +170,3 @@ class StockItemTest(StockViewTestCase): self.assertEqual(response.status_code, 200) data = json.loads(response.content) self.assertFalse(data['form_valid']) -