mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -06:00
fixes lint issue #6391
This commit is contained in:
parent
9cbd70678b
commit
7b787855cd
@ -13,7 +13,7 @@ class NaturalOrderingTestCase(TestCase):
|
|||||||
devicetype = DeviceType.objects.create(
|
devicetype = DeviceType.objects.create(
|
||||||
manufacturer=manufacturer, model='Test Device Type 1', slug='test-device-type-1'
|
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'
|
name='Test Device Role 1', slug='test-device-role-1', color='ff0000'
|
||||||
)
|
)
|
||||||
Device.objects.create(
|
Device.objects.create(
|
||||||
|
Loading…
Reference in New Issue
Block a user