summaryrefslogtreecommitdiff
path: root/integration-tests/test-ebics.py
diff options
context:
space:
mode:
authorMarcello Stanisci <ms@taler.net>2020-04-30 17:32:33 +0200
committerMarcello Stanisci <ms@taler.net>2020-04-30 17:32:33 +0200
commitd5ea867db958b7962c32d5713fb8190f8bca3094 (patch)
tree3e4b4ea5e63e55577554d27df78e3aa9a67c9997 /integration-tests/test-ebics.py
parentd9547e525b226c9fa51c4ff9c8ca331077f36bbb (diff)
downloadlibeufin-d5ea867db958b7962c32d5713fb8190f8bca3094.tar.gz
libeufin-d5ea867db958b7962c32d5713fb8190f8bca3094.tar.bz2
libeufin-d5ea867db958b7962c32d5713fb8190f8bca3094.zip
Fix CCT handling.
Diffstat (limited to 'integration-tests/test-ebics.py')
-rwxr-xr-xintegration-tests/test-ebics.py7
1 files changed, 5 insertions, 2 deletions
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