This commit is contained in:
Matthias Mair 2024-09-24 00:34:27 +02:00
parent aafda07f54
commit fdd4dc0f2d
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 4 additions and 1 deletions

View File

@ -1688,4 +1688,7 @@ class AdminTest(AdminTestCase):
def test_admin(self):
"""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},
)