DaanHoogland commented on a change in pull request #6152:
URL: https://github.com/apache/cloudstack/pull/6152#discussion_r832130161
##########
File path: test/integration/component/test_project_limits.py
##########
@@ -845,7 +835,6 @@ def test_06_volumes_per_project(self):
account=self.account.name,
domainid=self.account.domainid
)
- self.cleanup.append(self.project_1)
Review comment:
it shouldn't be added to the clean list with other statements inbtween.
This means exceptions can occur before it is added. It must be added
immediately.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]