Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid assertLogs usages #284

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

Dany9966
Copy link
Contributor

@Dany9966 Dany9966 commented Dec 6, 2023

This patch fixes the invalid calls to assertLogs. This assertion method was supposed to be used as a context manager, therefore just calling it would not in fact assert to anything.

This patch fixes the invalid calls to `assertLogs`. This assertion method was
supposed to be used as a context manager, therefore just calling it would not
in fact assert to anything.
@Dany9966 Dany9966 merged commit ece8ded into cloudbase:master Dec 6, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant