object creation seperated from filling it

This commit is contained in:
dahn 2020-10-21 09:29:07 +02:00 committed by GitHub
parent 95816499d8
commit 6db6660a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,8 @@ class TestVMWareStoragePolicies(cloudstackTestCase):
self.testdata["account"],
domainid=self.domain.id
)
self.cleanup = [self.account]
self.cleanup = []
self.cleanup.append(self.account)
return
def tearDown(self):