mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-23 13:52:17 -06: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