Skip to content

Commit

Permalink
change a variable name in path_join filter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Toniob committed Dec 28, 2019
1 parent e103c26 commit ab472b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/targets/filters/templates/foo.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ files to exist and are passthrus to the python os.path functions
/etc/motd with basename = {{ '/etc/motd' | basename }}
/etc/motd with dirname = {{ '/etc/motd' | dirname }}

path_join = {{ ('/etc', 'subdir', 'test') | path_join }}
path_join_simple = {{ ('/etc', 'subdir', 'test') | path_join }}
path_join_with_slash = {{ ('/etc', 'subdir', '/test') | path_join }}
path_join_relative = {{ ('etc', 'subdir', 'test') | path_join }}

Expand Down

0 comments on commit ab472b9

Please sign in to comment.