Skip to content

Commit e4092b4

Browse files
committed
fix for Python 3
1 parent 726bbcc commit e4092b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def check_sorted(keys, expected):
125125
for key in keys:
126126
params[key] = ''
127127

128-
ordered = oauth.OAuth.sorted_params(params).keys()
128+
ordered = list(oauth.OAuth.sorted_params(params).keys())
129129
self.assertEqual(ordered, expected)
130130

131131
check_sorted(['a', 'b'], ['a', 'b'])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy