This commit is contained in:
Matthias Mair 2026-06-22 22:25:11 +02:00
parent c8cce9422e
commit f6c8b48583
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class PluginDetailAPITest(PluginMixin, InvenTreeAPITestCase):
).data
self.assertEqual(data['success'], 'Installed plugin successfully')
# valid (kindoff) - Pypi and onsense uri
# valid (kindoff) - Pypi and nonsense uri
data = self.post(
url,
{'confirm': True, 'packagename': self.PKG_NAME, 'url': 'lol://example.com'},