From 04d76ab86c23209601b8b678513b6f5ec7e6742a Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Fri, 21 Jun 2024 15:27:45 -0700 Subject: [PATCH] 9627 fix tests --- netbox/ipam/tests/test_views.py | 1 - 1 file changed, 1 deletion(-) 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], }