8000 title for test_oauth_sorted_params · RjGreens/wc-api-python@726bbcc · GitHub
[go: up one dir, main page]

Skip to content

Commit 726bbcc

Browse files
committed
title for test_oauth_sorted_params
1 parent 51fe555 commit 726bbcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def woo_test_mock(*args, **kwargs):
119119
self.assertEqual(status, 200)
120120

121121
def test_oauth_sorted_params(self):
122+
""" Test order of parameters for OAuth signature """
122123
def check_sorted(keys, expected):
123124
params = oauth.OrderedDict()
124125
for key in keys:

0 commit comments

Comments
 (0)
0