mirror of https://github.com/apache/cloudstack.git
Automation: Fix typo in test_redundant_network_rules
It result in failed to setUp and clean up.
This commit is contained in:
parent
49b44e4cd7
commit
a7359708a3
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue