mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add missing bulk update test data
This commit is contained in:
@ -132,6 +132,10 @@ class ObjectPermissionTest(APIViewTestCases.APIViewTestCase):
|
||||
},
|
||||
]
|
||||
|
||||
cls.bulk_update_data = {
|
||||
'description': 'New description',
|
||||
}
|
||||
|
||||
|
||||
class UserConfigTest(APITestCase):
|
||||
|
||||
|
Reference in New Issue
Block a user