Skip to content

Commit

Permalink
update test for different error message from code updated for handleb…
Browse files Browse the repository at this point in the history
…ars 5
  • Loading branch information
campeis authored and christian-schilling committed Feb 21, 2024
1 parent 3859640 commit dec6a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filter/graphql_hbs.t
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dec6a75

Please sign in to comment.