From dec6a754b03d94c6e673676279f86075f5f831c8 Mon Sep 17 00:00:00 2001 From: Alessandro Campeis <12007735+campeis@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:41:10 +0100 Subject: [PATCH] update test for different error message from code updated for handlebars 5 --- tests/filter/graphql_hbs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/filter/graphql_hbs.t b/tests/filter/graphql_hbs.t index e13820492..72abc5aad 100644 --- a/tests/filter/graphql_hbs.t +++ b/tests/filter/graphql_hbs.t @@ -335,7 +335,7 @@ - add file2 - add file1 $ josh-filter -q "render=sub1/tmpl_file_err&tmpl_param1=tmpl_param_value1&tmpl_p2=val2" - ERROR: Error rendering "sub1/tmpl_file_err" line 1, col 14: Variable "tmpl_param12" not found in strict mode. + ERROR: Error rendering "sub1/tmpl_file_err" line 1, col 14: Failed to access variable in strict mode Some("tmpl_param12") [1] $ josh-filter :/sub1 -q render=file2 contents2