Skip to content

Commit f055ec5

Browse files
Ashutosh KDaanHoogland
authored andcommitted
CLOUDSTACK-7024: Resolved cleanup issue in test script
(cherry picked from commit ec49669)
1 parent 6b66fe9 commit f055ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/component/test_project_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def setUpClass(cls):
720720
account=cls.account.name,
721721
domainid=cls.account.domainid
722722
)
723-
cls._cleanup.append(cls.account)
723+
cls._cleanup.insert(-1, cls.project)
724724
cls.service_offering = ServiceOffering.create(
725725
cls.api_client,
726726
cls.services["service_offering"])

0 commit comments

Comments
 (0)