From 7b787855cd214261e5da30d693a00f8768244f90 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Wed, 2 Aug 2023 13:52:31 +0530 Subject: [PATCH] fixes lint issue #6391 --- netbox/dcim/tests/test_natural_ordering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/tests/test_natural_ordering.py b/netbox/dcim/tests/test_natural_ordering.py index a1375eab6..599fc955f 100644 --- a/netbox/dcim/tests/test_natural_ordering.py +++ b/netbox/dcim/tests/test_natural_ordering.py @@ -13,7 +13,7 @@ class NaturalOrderingTestCase(TestCase): devicetype = DeviceType.objects.create( manufacturer=manufacturer, model='Test Device Type 1', slug='test-device-type-1' ) - role= DeviceRole.objects.create( + role = DeviceRole.objects.create( name='Test Device Role 1', slug='test-device-role-1', color='ff0000' ) Device.objects.create(