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(