Skip to content

Commit

Permalink
test(saltcheck): test for special in config.tst as well
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 15, 2019
1 parent 652ebff commit 6f2b323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/saltcheck-tests/config.tst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ validate_cron.{{ task }}_exists:
assertion_section: identifier
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 %}
validate_cron.{{ task }}_{{ section }}:
module_and_function: cron.get_entry
Expand Down

0 comments on commit 6f2b323

Please sign in to comment.