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.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py
index 9232bcaa..5b5c2563 100755
--- a/integration-tests/test-ebics.py
+++ b/integration-tests/test-ebics.py
@@ -171,7 +171,6 @@ assertResponse(
assertResponse(
post(
"http://localhost:5001/bank-connections/my-ebics/ebics/download/tsd",
- json=dict(),
headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
)
)
@@ -189,7 +188,7 @@ assertResponse(
assertResponse(
post(
f"http://localhost:5001/bank-accounts/{BANK_ACCOUNT_LABEL}/fetch-transactions",
- json=dict(),
+ json=dict(level="all", rangeType="all"),
headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
)
)
@@ -237,7 +236,7 @@ assertResponse(
assertResponse(
post(
f"http://localhost:5001/bank-accounts/{BANK_ACCOUNT_LABEL}/fetch-transactions",
- json=dict(),
+ json=dict(level="all", rangeType="all"),
headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
)
)