diff options
Diffstat (limited to 'mediagoblin/tests/test_config.py')
-rw-r--r-- | mediagoblin/tests/test_config.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mediagoblin/tests/test_config.py b/mediagoblin/tests/test_config.py index c3527418..bff2fc51 100644 --- a/mediagoblin/tests/test_config.py +++ b/mediagoblin/tests/test_config.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # GNU MediaGoblin -- federated, autonomous media hosting # Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. @@ -49,7 +48,7 @@ def test_read_mediagoblin_config(): assert this_conf['carrotapp']['num_carrots'] == 88 assert this_conf['carrotapp']['encouragement_phrase'] == \ "I'd love it if you eat your carrots!" - assert this_conf['carrotapp']['blah_blah'] == u"blæh!" + assert this_conf['carrotapp']['blah_blah'] == "blæh!" assert this_conf['celery']['EAT_CELERY_WITH_CARROTS'] == False # A bad file |