aboutsummaryrefslogtreecommitdiff
path: root/ca/tests/testpoke.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-21 17:19:56 +0000
committerRob Austein <sra@hactrn.net>2015-07-21 17:19:56 +0000
commit9376f9afbade89253f354e9164a6f40328fa494a (patch)
treee2511c810365a029b1327c281ce4bbc7ebd9c68a /ca/tests/testpoke.py
parent28f0a684e348c4d8e3e83827f4367aaa4f21522f (diff)
More relatively straightforward merges.
svn path=/branches/tk705/; revision=6083
Diffstat (limited to 'ca/tests/testpoke.py')
-rw-r--r--ca/tests/testpoke.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ca/tests/testpoke.py b/ca/tests/testpoke.py
index 8a443e0d..9cd7b8fd 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())