mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
dcim: add standard_fields to devicetypetest.
This commit is contained in:
parent
674e288090
commit
8af4125d5c
@ -207,7 +207,12 @@ class DeviceTypeTest(APITestCase):
|
|||||||
'u_height',
|
'u_height',
|
||||||
'is_console_server',
|
'is_console_server',
|
||||||
'is_pdu',
|
'is_pdu',
|
||||||
'is_network_device'
|
'is_network_device',
|
||||||
|
'console_port_templates',
|
||||||
|
'cs_port_templates',
|
||||||
|
'interface_templates',
|
||||||
|
'power_outlet_templates',
|
||||||
|
'power_port_templates',
|
||||||
]
|
]
|
||||||
|
|
||||||
nested_fields = [
|
nested_fields = [
|
||||||
|
Loading…
Reference in New Issue
Block a user