1
0
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:
Jeremy Stretch
2020-11-02 16:56:04 -05:00
parent 9fae11a42f
commit 2bb79a2773
5 changed files with 44 additions and 11 deletions

View File

@ -132,6 +132,10 @@ class ObjectPermissionTest(APIViewTestCases.APIViewTestCase):
},
]
cls.bulk_update_data = {
'description': 'New description',
}
class UserConfigTest(APITestCase):