Parcourir la source

Fixed DeviceType test

Jeremy Stretch il y a 8 ans
Parent
commit
589cbeb559
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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',
         'model',
         'slug',
+        'part_number',
         'u_height',
         'is_full_depth',
         'is_console_server',