mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-06 20:17:29 -06:00
Fix test
This commit is contained in:
@@ -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': [{
|
||||||
|
|||||||
Reference in New Issue
Block a user