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

Fixes #37558 - Properly clean up temporary settings in tests #10205

Merged

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jun 13, 2024

Previously, if a setting wasn't present in SETTINGS then it wasn't removed. It could only revert previous values. Now it should properly clean up by duplicating the old settings and replacing it after the tests.

Previously, if a setting wasn't present in SETTINGS then it wasn't
removed. It could only revert previous values. Now it should properly
clean up by duplicating the old settings and replacing it after the
tests.
Copy link
Contributor

@sbernhard sbernhard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@sbernhard sbernhard merged commit 93a16bd into theforeman:develop Jun 17, 2024
53 checks passed
@ekohl ekohl deleted the 37558-fix-with_temporary_settings branch June 17, 2024 08:50
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.

2 participants