diff --git a/test/TestUtils.py b/test/TestUtils.py index e6c6c4ac1f3..fbdbe0f405d 100644 --- a/test/TestUtils.py +++ b/test/TestUtils.py @@ -10,6 +10,10 @@ from nose.plugins.skip import SkipTest import ansible.utils import ansible.utils.template as template2 +import sys +reload(sys) +sys.setdefaultencoding("utf8") + class TestUtils(unittest.TestCase): #####################################