0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2024-11-27 20:57:45 +01:00

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

This commit is contained in:
Imran Iqbal 2019-10-15 22:00:12 +01:00
parent 652ebff734
commit 6f2b32355a
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

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