2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00
This commit is contained in:
Matthias Mair
2024-09-24 00:34:27 +02:00
parent aafda07f54
commit fdd4dc0f2d

View File

@ -1688,4 +1688,7 @@ class AdminTest(AdminTestCase):
def test_admin(self): def test_admin(self):
"""Test the admin URL.""" """Test the admin URL."""
self.helper(model=Attachment, model_kwargs={'link': 'https://aa.example.org'}) self.helper(
model=Attachment,
model_kwargs={'link': 'https://aa.example.org', 'model_id': 1},
)