Update test_api.py

This commit is contained in:
Matthias Mair 2026-04-07 00:52:02 +02:00 committed by GitHub
parent 1cdbfaa0f1
commit ecd7211864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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(