summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_sftp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py
index 2b434f8e..460e04cf 100755
--- a/tests/test_sftp.py
+++ b/tests/test_sftp.py
@@ -72,7 +72,7 @@ FOLDER = os.environ.get('TEST_FOLDER', 'temp-testing000')
sftp = None
tc = None
g_big_file_test = True
-unicode_folder = u('\u00fcnic\u00f8de')
+unicode_folder = u'\u00fcnic\u00f8de'
def get_sftp():
global sftp