mirror of
https://github.com/saltstack-formulas/cron-formula.git
synced 2024-11-28 01:17:49 +01:00
test(saltcheck): test for special
in config.tst
as well
This commit is contained in:
parent
652ebff734
commit
6f2b32355a
@ -16,7 +16,7 @@ validate_cron.{{ task }}_exists:
|
|||||||
assertion_section: identifier
|
assertion_section: identifier
|
||||||
expected-return: {{ task }}
|
expected-return: {{ task }}
|
||||||
|
|
||||||
{%- for section in ['minute', 'hour', 'daymonth', 'month', 'dayweek', 'comment'] %}
|
{%- for section in ['minute', 'hour', 'daymonth', 'month', 'dayweek', 'comment', 'special'] %}
|
||||||
{%- if section in task_options %}
|
{%- if section in task_options %}
|
||||||
validate_cron.{{ task }}_{{ section }}:
|
validate_cron.{{ task }}_{{ section }}:
|
||||||
module_and_function: cron.get_entry
|
module_and_function: cron.get_entry
|
||||||
|
Loading…
Reference in New Issue
Block a user