mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
PEP8 fix
This commit is contained in:
parent
1dd2dae9c5
commit
09e1f18435
@ -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