Skip to content

Commit

Permalink
fixes lint issue #6391
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Aug 2, 2023
1 parent 9cbd706 commit 7b78785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/dcim/tests/test_natural_ordering.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def setUpTestData(cls):
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(
Expand Down

0 comments on commit 7b78785

Please sign in to comment.