From 1a180133309d1c827458eaaab644a7abf0ee0744 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Fri, 7 Aug 2015 12:10:40 -0600 Subject: [PATCH] Fix failing test --- tests/integration/states/file.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/states/file.py b/tests/integration/states/file.py index 5921673d9e..3b431aa1e5 100644 --- a/tests/integration/states/file.py +++ b/tests/integration/states/file.py @@ -1555,8 +1555,7 @@ class FileTest(integration.ModuleCase, integration.SaltReturnAssertsMixIn): 'name': '{0}'.format(test_file), '__run_num__': 1, 'comment': 'File {0} updated'.format(test_file), - 'diff': '--- \n+++ \n@@ -1 +1,3\n+{0}\n {1}\n+{2}\n'.format( - korean_utf8_2, korean_utf8_1, korean_utf8_3), + 'diff': '--- \n+++ \n@@ -1 +1,3 @@\n+\xec\xb2\xab \xeb\xb2\x88\xec\xa7\xb8 \xed\x96\x89\n \xed\x95\x9c\xea\xb5\xad\xec\x96\xb4 \xec\x8b\x9c\xed\x97\x98\n+\xeb\xa7\x88\xec\xa7\x80\xeb\xa7\x89 \xed\x96\x89\n' }, ('file_|-some-utf8-file-exists_|-{0}' '_|-exists').format(test_file): {