rm extra header in call in post_test_message()

2019-08-17
Marnanel Thurman 2019-05-29 09:33:51 +01:00
rodzic 038d0ca2d1
commit 00116bbf85
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -183,9 +183,8 @@ def post_test_message(
client.post(
path = path,
content_type = headers['content-type'], # XXX why twice?
content_type = headers['content-type'],
data = json.dumps(body),
CONTENT_TYPE = headers['content-type'],
HTTP_DATE = headers['date'],
HOST = headers['host'],
HTTP_SIGNATURE = headers['signature'],