Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set/Override config.default_funder_id for tests
The 'User creates a new Plan' test will not pass unless an org exists within the db such that `org.id == Rails.application.config.default_funder_id`. However, we have `config.default_funder_id = Rails.application.secrets.default_funder_id` within `config/application.rb`. This secret is not read while executing the tests via our GitHub actions. Thus, we are overriding/setting that value within the test itself.
- Loading branch information