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 #38078 - Correctly create a DB entry for settings test #10401

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Dec 10, 2024

In test/unit/tasks/seeds_test.rb the test does not change value for existing setting is failing because the DB setting is never created. Due to a bug in mocha (that 2.7.0 fixed) this was never uncovered.

Fixes: 02dd983 ("Fixes #36395 - move value setting to seed")

In `test/unit/tasks/seeds_test.rb` the `test does not change value for
existing setting` is failing because the DB setting is never created.
Due to a bug in mocha (that 2.7.0 fixed) this was never uncovered.

Fixes: 02dd983 ("Fixes #36395 - move value setting to seed")
@adamruzicka adamruzicka merged commit 2620245 into theforeman:develop Dec 10, 2024
51 checks passed
@adamruzicka
Copy link
Contributor

Thank you @ekohl !

@ekohl ekohl deleted the 38078-fix-setting-assertion branch December 10, 2024 15:44
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.

3 participants