mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
Fix test_api.CustomFieldTest
This commit is contained in:
parent
28cad7c2f9
commit
011b8cf483
@ -106,6 +106,11 @@ class CustomFieldTest(APIViewTestCases.APIViewTestCase):
|
|||||||
bulk_update_data = {
|
bulk_update_data = {
|
||||||
'description': 'New description',
|
'description': 'New description',
|
||||||
}
|
}
|
||||||
|
update_data = {
|
||||||
|
'content_types': ['dcim.device'],
|
||||||
|
'name': 'New_Name',
|
||||||
|
'description': 'New description',
|
||||||
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpTestData(cls):
|
def setUpTestData(cls):
|
||||||
|
Loading…
Reference in New Issue
Block a user