mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -06:00
Fixes syntax
This commit is contained in:
parent
1483716242
commit
a30df92e98
@ -20,7 +20,7 @@ class TestAggregate(TestCase):
|
||||
Prefix(prefix=netaddr.IPNetwork('10.32.0.0/12')),
|
||||
Prefix(prefix=netaddr.IPNetwork('10.48.0.0/12')),
|
||||
))
|
||||
self.assertEqual(aggregate.get_utilization(), (4194304, 16777216)
|
||||
self.assertEqual(aggregate.get_utilization(), (4194304, 16777216))
|
||||
|
||||
# 50% utilization
|
||||
Prefix.objects.bulk_create((
|
||||
|
Loading…
Reference in New Issue
Block a user