From ecd7211864a094b787f9a27ef3b3862449a3fdfb Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 7 Apr 2026 00:52:02 +0200 Subject: [PATCH] Update test_api.py --- src/backend/InvenTree/plugin/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/InvenTree/plugin/test_api.py b/src/backend/InvenTree/plugin/test_api.py index a825b06267..6dfb3d3f8f 100644 --- a/src/backend/InvenTree/plugin/test_api.py +++ b/src/backend/InvenTree/plugin/test_api.py @@ -681,7 +681,7 @@ class PluginFullAPITest(PluginMixin, InvenTreeAPITestCase): @override_settings(PLUGIN_TESTING_SETUP=True) def test_registry(self): """Test install with a custom registry.""" - plrg_name = 'inventree-approval' + plrg_name = 'inventree-dummy-app-plugin' # install - python repository url and package name data = self.post(