1 parent 6b66fe9 commit f055ec5Copy full SHA for f055ec5
1 file changed
test/integration/component/test_project_usage.py
@@ -720,7 +720,7 @@ def setUpClass(cls):
720
account=cls.account.name,
721
domainid=cls.account.domainid
722
)
723
- cls._cleanup.append(cls.account)
+ cls._cleanup.insert(-1, cls.project)
724
cls.service_offering = ServiceOffering.create(
725
cls.api_client,
726
cls.services["service_offering"])
0 commit comments