Add test case for resolving cron worker classes
What does this MR do and why?
Recently I had a typo in the cron settings (!142057 (merged)) and the CI didn't catch.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
How to set up and validate locally
- Go to the
config/initializers/1_settings.rb
file - Find the cron definitions and change a
job_class
value to something non existing - The new test case should detect it and it should fail