mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
fix test
This commit is contained in:
@ -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},
|
||||
)
|
||||
|
Reference in New Issue
Block a user