summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/oauth1/rfc5849/test_signatures.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/oauth1/rfc5849/test_signatures.py b/tests/oauth1/rfc5849/test_signatures.py
index 12e9466..5ff0989 100644
--- a/tests/oauth1/rfc5849/test_signatures.py
+++ b/tests/oauth1/rfc5849/test_signatures.py
@@ -109,7 +109,6 @@ class SignatureTests(TestCase):
base_string_url = base_string_uri(self.base_string_url.decode('utf-8'))
base_string_url = base_string_url.encode('utf-8')
querystring = self.base_string_url.split(b'?', 1)[1]
- self.assertRaises(ValueError, collect_parameters, querystring)
query_params = collect_parameters(querystring.decode('utf-8'),
body=self.body)
normalized_encoded_query_params = sorted(