This commit is contained in:
Jeremy Stretch
2025-12-14 13:13:19 -05:00
parent f5ec885c3a
commit 2966288fb5

View File

@@ -2586,7 +2586,7 @@ class CableTest(APIViewTestCases.APIViewTestCase):
'object_id': interfaces[14].pk, 'object_id': interfaces[14].pk,
}], }],
'label': 'Cable 4', 'label': 'Cable 4',
'profile': CableProfileChoices.STRAIGHT_1C1P, 'profile': CableProfileChoices.SINGLE_1C1P,
}, },
{ {
'a_terminations': [{ 'a_terminations': [{
@@ -2598,7 +2598,7 @@ class CableTest(APIViewTestCases.APIViewTestCase):
'object_id': interfaces[15].pk, 'object_id': interfaces[15].pk,
}], }],
'label': 'Cable 5', 'label': 'Cable 5',
'profile': CableProfileChoices.STRAIGHT_1C1P, 'profile': CableProfileChoices.SINGLE_1C1P,
}, },
{ {
'a_terminations': [{ 'a_terminations': [{