From 6f2b32355a1af12a5b0d46317dacc49f05e6b80b Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 15 Oct 2019 22:00:12 +0100 Subject: [PATCH] test(saltcheck): test for `special` in `config.tst` as well --- cron/saltcheck-tests/config.tst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/saltcheck-tests/config.tst b/cron/saltcheck-tests/config.tst index c5ce251..ec2c2ce 100644 --- a/cron/saltcheck-tests/config.tst +++ b/cron/saltcheck-tests/config.tst @@ -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