mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-21 00:50:18 +01: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