mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 12:06:53 -06:00
PEP8 fix
This commit is contained in:
parent
4c37628784
commit
470d22c835
@ -245,7 +245,7 @@ class AggregateTest(APITestCase):
|
||||
|
||||
self.assertEqual(
|
||||
sorted(response.data['results'][0]),
|
||||
['family', 'id', 'prefix','url']
|
||||
['family', 'id', 'prefix', 'url']
|
||||
)
|
||||
|
||||
def test_create_aggregate(self):
|
||||
|
Loading…
Reference in New Issue
Block a user