We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517dbd8 commit 69cb2b9Copy full SHA for 69cb2b9
1 file changed
tests/test_oauth.py
@@ -434,7 +434,8 @@ def test_get_nonoauth_parameters(self):
434
u('multi'): [u('FOO'), u('BAR')],
435
u('uni_utf8'): u(b'\xae', 'latin1'),
436
u('uni_unicode'): _UGLYPH,
437
- u('uni_unicode_2'): u(b'åÅøØ', 'latin1'),
+ u('uni_unicode_2'):
438
+ u(b'\xc3\xa5\xc3\x85\xc3\xb8\xc3\x98', 'latin1'), # 'åÅøØ'
439
}
440
441
params = oauth_params
0 commit comments