summaryrefslogtreecommitdiff
path: root/integration-tests/test-ebics.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-24 16:11:05 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-24 16:11:05 +0530
commit2fb1201fdfb84e2c60311e55998a4ec58d4cf1dd (patch)
tree95aa4d2aaf99f504d58554f83b75cdb5c43a16aa /integration-tests/test-ebics.py
parentb06990b56aceda9bfe5769e198a2f8ba7f467fee (diff)
downloadlibeufin-2fb1201fdfb84e2c60311e55998a4ec58d4cf1dd.tar.gz
libeufin-2fb1201fdfb84e2c60311e55998a4ec58d4cf1dd.tar.bz2
libeufin-2fb1201fdfb84e2c60311e55998a4ec58d4cf1dd.zip
use tagged types for bank connection creation
Diffstat (limited to 'integration-tests/test-ebics.py')
-rwxr-xr-xintegration-tests/test-ebics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py
index 08378138..26154ffc 100755
--- a/integration-tests/test-ebics.py
+++ b/integration-tests/test-ebics.py
@@ -186,6 +186,7 @@ assertResponse(
"http://localhost:5001/bank-connections",
json=dict(
name="my-ebics",
+ source="new",
type="ebics",
data=dict(
ebicsURL=EBICS_URL, hostID=HOST_ID, partnerID=PARTNER_ID, userID=USER_ID