diff --git a/neutron_tempest_plugin/api/test_auto_allocated_topology.py b/neutron_tempest_plugin/api/test_auto_allocated_topology.py index 37f9ad1b..0baa2a80 100644 --- a/neutron_tempest_plugin/api/test_auto_allocated_topology.py +++ b/neutron_tempest_plugin/api/test_auto_allocated_topology.py @@ -63,7 +63,7 @@ class TestAutoAllocatedTopology(base.BaseAdminNetworkTest): up = {'admin_state_up': True} networks = _count(self.client.list_networks(**up)['networks']) - subnets = _count(self.client.list_subnets(**up)['subnets']) + subnets = _count(self.client.list_subnets()['subnets']) routers = _count(self.client.list_routers(**up)['routers']) return networks, subnets, routers