diff --git a/InvenTree/plugin/test_api.py b/InvenTree/plugin/test_api.py index d9808eb1645..a4c0971fb30 100644 --- a/InvenTree/plugin/test_api.py +++ b/InvenTree/plugin/test_api.py @@ -132,6 +132,7 @@ def test_admin_action(self): url = reverse('admin:plugin_pluginconfig_changelist') test_plg = self.plugin_confs.first() + print("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", self.plugin_confs.first()) # deactivate plugin response = self.client.post(url, { 'action': 'plugin_deactivate',