summaryrefslogtreecommitdiff
path: root/integration-tests/test-ebics.py
diff options
context:
space:
mode:
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),
)
)