Automation: Fix typo in test_redundant_network_rules

It result in failed to setUp and clean up.
This commit is contained in:
Sheng Yang 2013-07-23 12:22:14 -07:00
parent 49b44e4cd7
commit a7359708a3
1 changed files with 1 additions and 1 deletions

View File

@ -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):