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