class object cleanup and append

This commit is contained in:
dahn 2020-10-21 09:26:30 +02:00 committed by GitHub
parent 68d51cb333
commit 0101330213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class TestVMWareStoragePolicies(cloudstackTestCase):
cls.zone.id,
cls.hypervisor,
)
cls.cleanup = [cls.network_offering]
cls._cleanup.append(cls.network_offering)
return
@classmethod