mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 16:18:16 -06:00
Fix test
This commit is contained in:
parent
83743c6a97
commit
a11305e378
@ -994,7 +994,7 @@ class InventoryItemTemplateTest(APIViewTestCases.APIViewTestCase):
|
|||||||
bulk_update_data = {
|
bulk_update_data = {
|
||||||
'description': 'New description',
|
'description': 'New description',
|
||||||
}
|
}
|
||||||
user_permissions = ('dcim.view_devicetype', )
|
user_permissions = ('dcim.view_devicetype', 'dcim.view_manufacturer',)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpTestData(cls):
|
def setUpTestData(cls):
|
||||||
|
Loading…
Reference in New Issue
Block a user