Browse Source

Fixed DeviceType test

Jeremy Stretch 8 years ago
parent
commit
589cbeb559
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netbox/dcim/tests/test_apis.py

+ 1 - 0
netbox/dcim/tests/test_apis.py

@@ -204,6 +204,7 @@ class DeviceTypeTest(APITestCase):
         'manufacturer',
         'manufacturer',
         'model',
         'model',
         'slug',
         'slug',
+        'part_number',
         'u_height',
         'u_height',
         'is_full_depth',
         'is_full_depth',
         'is_console_server',
         'is_console_server',