diff --git a/netbox/ipam/tests/test_api.py b/netbox/ipam/tests/test_api.py index 032d96d09..67b7e123e 100644 --- a/netbox/ipam/tests/test_api.py +++ b/netbox/ipam/tests/test_api.py @@ -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):