From c57e63ff00cb66338cc2f85b710b522298229c39 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 5 Jul 2016 15:50:21 -0400 Subject: [PATCH] Fixed API tests --- netbox/dcim/tests/test_apis.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/dcim/tests/test_apis.py b/netbox/dcim/tests/test_apis.py index f36fc4e84..d646f8f01 100644 --- a/netbox/dcim/tests/test_apis.py +++ b/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',