Skip to content

Commit 9fc3e66

Browse files
committed
Normalize
1 parent e7d1be0 commit 9fc3e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ def test_request_hash_of_body(self):
891891
'oauth_consumer_key': con.key
892892
}
893893

894-
url = u"http://www.example.com/resource"
894+
url = u'http://www.example.com/resource'
895895
req = oauth.Request(method="PUT", url=url, parameters=params,
896896
body="Hello World!", is_form_encoded=False)
897897
req.sign_request(oauth.SignatureMethod_HMAC_SHA1(), con, None)

0 commit comments

Comments
 (0)