Fix tests

pull/3/head
Andrey Kislyuk 2018-11-06 02:46:30 -08:00
parent bb88d15a55
commit 92d203ce65
No known key found for this signature in database
GPG Key ID: 8AFAFCD242818A52
1 changed files with 0 additions and 1 deletions

View File

@ -142,4 +142,3 @@ class HTTPSignatureHeaderAuth(HTTPSignatureAuth):
("signature", sig)]
request.headers["Signature"] = ",".join('{}="{}"'.format(k, v) for k, v in sig_struct)
return request