From 7bdcc65d3d84e40892c0f3d949e15ecc4b14751e Mon Sep 17 00:00:00 2001 From: Eugene Gubich Date: Tue, 24 Feb 2026 17:10:43 +0200 Subject: [PATCH] added test for correct render --- app/init.sls | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/init.sls b/app/init.sls index 60e0e307..5c717d1e 100644 --- a/app/init.sls +++ b/app/init.sls @@ -1,2 +1,12 @@ +{% if pillar["_errors"] is defined %} +app_case_pillar_render_errors: + test.configurable_test_state: + - name: nothing_done + - changes: False + - result: False + - comment: | + ERROR: There are pillar errors, so nothing has been done. + {{ pillar["_errors"] | json() }} + include: - .deploy