- # constant_state is referenced in the 'onchanges' of another state to guarantee
- # that there is at least one 'onchanges' entry for that state so that it will
- # never execute on its own. We can then trigger the state via 'onchanges_in' in # other states that need it.
- constant_state:
- test.succeed_without_changes
|