From 2fb1201fdfb84e2c60311e55998a4ec58d4cf1dd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 24 May 2020 16:11:05 +0530 Subject: use tagged types for bank connection creation --- integration-tests/test-ebics.py | 1 + 1 file changed, 1 insertion(+) (limited to 'integration-tests/test-ebics.py') 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 -- cgit v1.2.3