From f6bed4288d4b85cb61eedce34942744a99b83e1c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 27 Feb 2017 16:47:46 -0500 Subject: [PATCH] Fixed API tests --- netbox/dcim/tests/test_apis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/dcim/tests/test_apis.py b/netbox/dcim/tests/test_apis.py index 95dc21aad..b7c417111 100644 --- a/netbox/dcim/tests/test_apis.py +++ b/netbox/dcim/tests/test_apis.py @@ -576,7 +576,7 @@ class InterfaceTest(APITestCase): 'device', 'name', 'form_factor', - 'parent', + 'lag', 'mac_address', 'mgmt_only', 'description', @@ -590,7 +590,7 @@ class InterfaceTest(APITestCase): 'device', 'name', 'form_factor', - 'parent', + 'lag', 'mac_address', 'mgmt_only', 'description',