From 9c36aa1839fd0279d5b045b28ae9313bfbf81c39 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 20 May 2020 16:51:43 +0530 Subject: use jackson --- integration-tests/test-ebics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-tests/test-ebics.py') diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py index d640e4a9..ac633aa7 100755 --- a/integration-tests/test-ebics.py +++ b/integration-tests/test-ebics.py @@ -231,7 +231,7 @@ assertResponse( assertResponse( post( "http://localhost:5001/bank-accounts/collected-transactions", - json=dict(type="ebics", name="my-ebics"), + json=dict(transport=dict(type="ebics", name="my-ebics")), headers=dict(Authorization=USER_AUTHORIZATION_HEADER), ) ) -- cgit v1.2.3