From 17dc566f6ab144bb5be8ceaa23595c960d917fba Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 19 Dec 2014 17:38:55 +0000 Subject: Accept either old or new MIME Content-Type in up-down server code, and allow configuration of either old or new in up-down client code. For the moment, client defaults to using the old Content-Type, to avoid breaking deployed services, but this will change at some point. See #747. svn path=/trunk/; revision=6045 --- ca/tests/testpoke.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ca/tests/testpoke.py') diff --git a/ca/tests/testpoke.py b/ca/tests/testpoke.py index efa068c9..c28ed397 100644 --- a/ca/tests/testpoke.py +++ b/ca/tests/testpoke.py @@ -105,7 +105,8 @@ def query_up_down(q_pdu): msg = q_der, url = yaml_data["posturl"], callback = done, - errback = fail) + errback = fail, + content_type = rpki.up_down.content_type) def do_list(): query_up_down(rpki.up_down.list_pdu()) -- cgit v1.2.3