Skip to content

Commit

Permalink
lookups: file: fix linter warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkza committed Jul 5, 2018
1 parent 8bb46ed commit 52b38ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stacker/tests/lookups/handlers/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def test_yaml_codec_raw(self):

def test_yaml_codec_parameterized(self):
processed = {
u'Test': Join(u'', [u'Test ', {u'Ref': u'Interpolation'}, u' Here'])
u'Test': Join(u'', [u'Test ', {u'Ref': u'Interpolation'},
u' Here'])
}
structured = {
u'Test': u'Test {{Interpolation}} Here'
Expand Down

0 comments on commit 52b38ef

Please sign in to comment.