From 2966288fb51720dda0c3d90dd963ece22d9474e9 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Sun, 14 Dec 2025 13:13:19 -0500 Subject: [PATCH] Fix test --- netbox/dcim/tests/test_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/dcim/tests/test_api.py b/netbox/dcim/tests/test_api.py index 1f07368f9..c8476b0ca 100644 --- a/netbox/dcim/tests/test_api.py +++ b/netbox/dcim/tests/test_api.py @@ -2586,7 +2586,7 @@ class CableTest(APIViewTestCases.APIViewTestCase): 'object_id': interfaces[14].pk, }], 'label': 'Cable 4', - 'profile': CableProfileChoices.STRAIGHT_1C1P, + 'profile': CableProfileChoices.SINGLE_1C1P, }, { 'a_terminations': [{ @@ -2598,7 +2598,7 @@ class CableTest(APIViewTestCases.APIViewTestCase): 'object_id': interfaces[15].pk, }], 'label': 'Cable 5', - 'profile': CableProfileChoices.STRAIGHT_1C1P, + 'profile': CableProfileChoices.SINGLE_1C1P, }, { 'a_terminations': [{