We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edeb9b6 commit 0417148Copy full SHA for 0417148
1 file changed
tests/test_oauth.py
@@ -1,3 +1,5 @@
1
+# -*- coding: utf-8 -*-
2
+
3
"""
4
The MIT License
5
@@ -363,7 +365,8 @@ def test_get_nonoauth_parameters(self):
363
365
u'bar': u'foo',
364
366
u'multi': [u'FOO',u'BAR'],
367
u'uni_utf8': u'\xae',
- u'uni_unicode': u'\u00ae'
368
+ u'uni_unicode': u'\u00ae',
369
+ u'uni_unicode_2': u'åÅøØ',
370
}
371
372
params = oauth_params
0 commit comments