From 13ff94b6b2e0abfd3cd587d1fdcfbe736f018589 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 10 Jan 2022 01:05:32 +0100 Subject: [PATCH] remove dead code --- InvenTree/plugin/test_plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/InvenTree/plugin/test_plugin.py b/InvenTree/plugin/test_plugin.py index 2013ad43c8..18c0f8bc85 100644 --- a/InvenTree/plugin/test_plugin.py +++ b/InvenTree/plugin/test_plugin.py @@ -40,9 +40,7 @@ class PluginIntegrationTests(TestCase): def test_plugin_loading(self): """check if plugins load as expected""" # plugin_names_barcode = [a().plugin_name() for a in load_barcode_plugins()] # TODO refactor barcode plugin to support standard loading - # plugin_names_action = [a().plugin_name() for a in load_action_plugins()] # TODO refactor action plugin to support standard loading - # self.assertEqual(plugin_names_action, '') # self.assertEqual(plugin_names_barcode, '') # TODO remove test once loading is moved