diff --git a/InvenTree/barcodes/tests.py b/InvenTree/barcodes/tests.py index 2834559fc8..b092e7eb32 100644 --- a/InvenTree/barcodes/tests.py +++ b/InvenTree/barcodes/tests.py @@ -102,7 +102,6 @@ class BarcodeAPITest(APITestCase): self.assertEqual(response.data['part'], 'Part does not exist') - def test_find_stock_item(self): """ Test that we can lookup a stock item based on ID