Skip to content

Commit 46bd2f8

Browse files
author
Prasanna Santhanam
committed
Cleanup list corrected
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent b8d876f commit 46bd2f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/smoke/test_affinity_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ def tearDown(cls):
189189
try:
190190
#cls.api_client = super(TestDeployVmWithAffinityGroup, cls).getClsTestClient().getApiClient()
191191
#Clean up, terminate the created templates
192-
cleanup_resources(cls.api_client, cls.cleanup)
192+
cleanup_resources(cls.api_client, cls._cleanup)
193193
except Exception as e:
194194
raise Exception("Warning: Exception during cleanup : %s" % e)

0 commit comments

Comments
 (0)