From d5ea867db958b7962c32d5713fb8190f8bca3094 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 30 Apr 2020 17:32:33 +0200 Subject: Fix CCT handling. --- integration-tests/test-ebics.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'integration-tests/test-ebics.py') diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py index b8f2cd00..78187d7d 100755 --- a/integration-tests/test-ebics.py +++ b/integration-tests/test-ebics.py @@ -163,5 +163,8 @@ resp = post( ) assert(resp.status_code == 200) -#7 Execute such payment via EBICS -#8 Request history again via EBICS +#5.b +resp = post("http://localhost:5001/ebics/execute-payments") +assert(resp.status_code == 200) + +#6 -- cgit v1.2.3