From 589cbeb55925198649109308f904340cd766a319 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 26 Jul 2016 11:58:57 -0400 Subject: [PATCH] Fixed DeviceType test --- netbox/dcim/tests/test_apis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/dcim/tests/test_apis.py b/netbox/dcim/tests/test_apis.py index b68764482..22128ba29 100644 --- a/netbox/dcim/tests/test_apis.py +++ b/netbox/dcim/tests/test_apis.py @@ -204,6 +204,7 @@ class DeviceTypeTest(APITestCase): 'manufacturer', 'model', 'slug', + 'part_number', 'u_height', 'is_full_depth', 'is_console_server',