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',