We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae98a7 commit cdda5f5Copy full SHA for cdda5f5
tests/test_oauth.py
@@ -465,7 +465,7 @@ def test_to_url_works_with_non_ascii_parameters(self):
465
other_params = {
466
u'foo': u'baz',
467
u'bar': u'foo',
468
- u'multi': [u'FOO',u'BAR'],
+ u'multi': [u'FOO', u'BAR'],
469
u'uni_utf8': u'\xae',
470
u'uni_unicode': u'\u00ae',
471
u'uni_unicode_2': u'åÅøØ',
@@ -487,7 +487,7 @@ def test_to_url_works_with_non_ascii_parameters(self):
487
'bar': 'foo',
488
'uni_unicode_2': '%C3%A5%C3%85%C3%B8%C3%98',
489
'uni_unicode': '%C2%AE',
490
- 'multi': '%5Bb%27FOO%27%2C+b%27BAR%27%5D',
+ 'multi': '%5B%27FOO%27%2C+%27BAR%27%5D',
491
'oauth_consumer': 'asdfasdfasdf'
492
}
493
0 commit comments