mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 23:27:46 -06:00
Fix test
This commit is contained in:
@@ -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': [{
|
||||
|
||||
Reference in New Issue
Block a user