Fix some unicode related issues in oauth and the api.
Found using the previous commit.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user