From 6614e1a296c3d04bf39d02b5a08cc9580ca7b140 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 20 Jul 2020 12:35:41 +0200 Subject: [PATCH] fix python2.7 tests --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 079e6ef..9b7801d 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -96,7 +96,7 @@ class CommandLineTestCase(unittest.TestCase): 'no-yaml.json': '---\n' 'key: value\n', # non-ASCII chars - 'non-ascii/éçäγλνπ¥/utf-8': ( + u'non-ascii/éçäγλνπ¥/utf-8': ( u'---\n' u'- hétérogénéité\n' u'# 19.99 €\n'