aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/tests/test_api.py')
-rw-r--r--mediagoblin/tests/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_api.py b/mediagoblin/tests/test_api.py
index de61c681..188cdadb 100644
--- a/mediagoblin/tests/test_api.py
+++ b/mediagoblin/tests/test_api.py
@@ -101,4 +101,4 @@ class TestAPI(object):
assert response.status_int == 200
- assert self.db.MediaEntry.query.filter_by(title='Great JPG!').first()
+ assert self.db.MediaEntry.query.filter_by(title=u'Great JPG!').first()