Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #38078 - Correctly create a DB entry for settings test
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")
- Loading branch information