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',