-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix module config defaults in light modules #12674
Fix module config defaults in light modules #12674
Conversation
Use common base module builder when creating the base module for light modules, so same defaults are set and same checks are executed. Without this change there are errors if values that have defaults like `period` are not set.
09bc860
to
308be27
Compare
jenkins, test this again please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this something we can add tests for?
I have seen that I already added a test that should have detected this, but it was broken, I pushed a fix for it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 besides typo in the PR title 😬
Use common base module builder when creating the base module for light
modules, so same defaults are set and same checks are executed. Without
this change there are errors if values that have defaults like
period
are not set.
Related to #12270