Skip to content

Commit

Permalink
Merge pull request #52703 from dwoz/jinja_test_fix
Browse files Browse the repository at this point in the history
Fix list compair tests
  • Loading branch information
dwoz authored Apr 25, 2019
2 parents 7c5b490 + 1069cb2 commit 94468ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/jinja_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_data_compare_lists(self):
'''
test jinja filter data.compare_list
'''
_expected = {'ret': {'old': 'b'}}
_expected = {'ret': {'old': ['b']}}
ret = self.run_function('state.sls',
['jinja_filters.data_compare_lists'])
self.assertIn('module_|-test_|-test.echo_|-run', ret)
Expand Down

0 comments on commit 94468ba

Please sign in to comment.