From c84be228f183a1e9620d3ca02600f06cf410f9af Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Feb 2022 05:08:37 +0100 Subject: [PATCH] remove dead code --- InvenTree/stock/test_api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/InvenTree/stock/test_api.py b/InvenTree/stock/test_api.py index a6e0520062..1e09dec907 100644 --- a/InvenTree/stock/test_api.py +++ b/InvenTree/stock/test_api.py @@ -269,9 +269,6 @@ class StockItemTest(StockAPITestCase): list_url = reverse('api-stock-list') - def detail_url(self, pk): - return reverse('api-stock-detail', kwargs={'pk': pk}) - def setUp(self): super().setUp() # Create some stock locations