From 8af4125d5cb7afa9a730bf925725503b68429bd8 Mon Sep 17 00:00:00 2001 From: Zach Moody Date: Thu, 10 Mar 2016 14:46:34 -0600 Subject: [PATCH] dcim: add standard_fields to devicetypetest. --- netbox/dcim/tests/test_apis.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/netbox/dcim/tests/test_apis.py b/netbox/dcim/tests/test_apis.py index 45d6dd2f0..81165225a 100644 --- a/netbox/dcim/tests/test_apis.py +++ b/netbox/dcim/tests/test_apis.py @@ -207,7 +207,12 @@ class DeviceTypeTest(APITestCase): 'u_height', 'is_console_server', 'is_pdu', - 'is_network_device' + 'is_network_device', + 'console_port_templates', + 'cs_port_templates', + 'interface_templates', + 'power_outlet_templates', + 'power_port_templates', ] nested_fields = [