From d72603229e4e653bef0d0d86dacc20323f2bdd04 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 7 Aug 2018 10:07:39 -0700 Subject: [PATCH] Drop .decode from UTF8_TEST_STRING --- tests/pylorax/test_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pylorax/test_server.py b/tests/pylorax/test_server.py index e6370ccb..fd480304 100644 --- a/tests/pylorax/test_server.py +++ b/tests/pylorax/test_server.py @@ -34,7 +34,7 @@ from pylorax.api.dnfbase import get_base_object from pylorax.sysutils import joinpaths # Used for testing UTF-8 input support -UTF8_TEST_STRING = "I ο½—π’Šll πŸ‰ΞΏπ˜ π› ο½π”°κœ± π˜π’‰πΈπšœ".decode("utf-8") +UTF8_TEST_STRING = "I ο½—π’Šll πŸ‰ΞΏπ˜ π› ο½π”°κœ± π˜π’‰πΈπšœ" def get_system_repo(): """Get an enabled system repo from /etc/yum.repos.d/*repo