summaryrefslogtreecommitdiff
path: root/integration-tests/test-ebics.py
diff options
context:
space:
mode:
authorMarcello Stanisci <ms@taler.net>2020-04-29 20:39:14 +0200
committerMarcello Stanisci <ms@taler.net>2020-04-29 20:39:14 +0200
commit13bfc9f8d8eca261e515b4004ab6f24a8b50be1e (patch)
treea67d5149a5d695c0519c9140f4c50345d504afb2 /integration-tests/test-ebics.py
parent793875b7099a3ef8284a4d03cec485bc970333ed (diff)
downloadlibeufin-13bfc9f8d8eca261e515b4004ab6f24a8b50be1e.tar.gz
libeufin-13bfc9f8d8eca261e515b4004ab6f24a8b50be1e.tar.bz2
libeufin-13bfc9f8d8eca261e515b4004ab6f24a8b50be1e.zip
Abstracting on "bank account".
Tend to use the triple <iban, bic, holder name>, instead of the mnemonic label given to bank accounts.
Diffstat (limited to 'integration-tests/test-ebics.py')
-rwxr-xr-xintegration-tests/test-ebics.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py
index 5c5fbbbb..695f5813 100755
--- a/integration-tests/test-ebics.py
+++ b/integration-tests/test-ebics.py
@@ -109,7 +109,6 @@ resp = post(
assert(resp.status_code == 200)
-# FIXME: assert that history is EMPTY at this point!
resp = get(
"http://localhost:5001/users/{}/history".format(USERNAME)
)
@@ -120,5 +119,14 @@ assert(
)
#6 Prepare a payment (via pure Nexus service)
+resp = post(
+ "http://localhost:5001/users/{}/prepare-payment".format(USERNAME),
+ json=dict()
+)
+
+assert(resp.status_code == 200)
+
+
+
#7 Execute such payment via EBICS
#8 Request history again via EBICS