Browse Source

Fixed API tests

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

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

@@ -315,6 +315,7 @@ class DeviceTest(APITestCase):
         'rack',
         'position',
         'face',
+        'parent_device',
         'status',
         'primary_ip',
         'comments',
@@ -366,6 +367,7 @@ class DeviceTest(APITestCase):
             'face',
             'id',
             'name',
+            'parent_device',
             'platform_id',
             'platform_name',
             'platform_slug',