diff --git a/test/integration/component/test_redundant_router_network_rules.py b/test/integration/component/test_redundant_router_network_rules.py index d54b470bfc5..92889d08dc7 100644 --- a/test/integration/component/test_redundant_router_network_rules.py +++ b/test/integration/component/test_redundant_router_network_rules.py @@ -188,7 +188,7 @@ class TestRedundantRouterRulesLifeCycle(cloudstackTestCase): admin=True, domainid=self.domain.id ) - self._clean.insert(0, self.account) + self._cleanup.insert(0, self.account) return def tearDown(self):