test(saltcheck): test for special in config.tst as well

This commit is contained in:
Imran Iqbal
2019-10-15 23:04:46 +01:00
parent 652ebff734
commit 6f2b32355a
+1 -1
View File
@@ -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