diff --git a/netbox/ipam/tests/test_views.py b/netbox/ipam/tests/test_views.py index d9c2ed815..099775735 100644 --- a/netbox/ipam/tests/test_views.py +++ b/netbox/ipam/tests/test_views.py @@ -765,7 +765,6 @@ class VLANGroupTestCase(ViewTestCases.OrganizationalObjectViewTestCase): cls.form_data = { 'name': 'VLAN Group X', 'slug': 'vlan-group-x', - 'vlan_id_ranges': string_to_range_array('100-4094'), 'description': 'A new VLAN group', 'tags': [t.pk for t in tags], }