mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
9627 fix tests
This commit is contained in:
parent
2800cd0373
commit
02221f1eed
@ -510,7 +510,7 @@ class TestVLANGroup(TestCase):
|
||||
vlangroup = VLANGroup.objects.create(
|
||||
name='VLAN Group 1',
|
||||
slug='vlan-group-1',
|
||||
vlan_range_ids=string_to_range_array('100-199'),
|
||||
vlan_id_ranges=string_to_range_array('100-199'),
|
||||
)
|
||||
VLAN.objects.bulk_create((
|
||||
VLAN(name='VLAN 100', vid=100, group=vlangroup),
|
||||
|
Loading…
Reference in New Issue
Block a user