summaryrefslogtreecommitdiff
path: root/integration-tests/test-ebics.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-20 16:51:43 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-20 16:51:43 +0530
commit9c36aa1839fd0279d5b045b28ae9313bfbf81c39 (patch)
treec6396547bc21fc0d8023ff013b62b9d2e23ee1ba /integration-tests/test-ebics.py
parentd795c43db7db7670eeb35e05a7689e5d376b933c (diff)
downloadlibeufin-9c36aa1839fd0279d5b045b28ae9313bfbf81c39.tar.gz
libeufin-9c36aa1839fd0279d5b045b28ae9313bfbf81c39.tar.bz2
libeufin-9c36aa1839fd0279d5b045b28ae9313bfbf81c39.zip
use jackson
Diffstat (limited to 'integration-tests/test-ebics.py')
-rwxr-xr-xintegration-tests/test-ebics.py2
1 files changed, 1 insertions, 1 deletions
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),
)
)