mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-23 13:52:17 -06:00
Fixes #15126: group field should be optional when creating VPN tunnel via REST API
This commit is contained in:
@@ -105,7 +105,6 @@ class TunnelTest(APIViewTestCases.APIViewTestCase):
|
||||
{
|
||||
'name': 'Tunnel 6',
|
||||
'status': TunnelStatusChoices.STATUS_DISABLED,
|
||||
'group': tunnel_groups[1].pk,
|
||||
'encapsulation': TunnelEncapsulationChoices.ENCAP_GRE,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user