summaryrefslogtreecommitdiff
path: root/integration-tests/test-ebics.py
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/test-ebics.py')
-rwxr-xr-xintegration-tests/test-ebics.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py
index 67368932..5c5fbbbb 100755
--- a/integration-tests/test-ebics.py
+++ b/integration-tests/test-ebics.py
@@ -110,6 +110,14 @@ 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)
+)
+
+assert(
+ resp.status_code == 200 and \
+ len(resp.json().get("payments")) == 0
+)
#6 Prepare a payment (via pure Nexus service)
#7 Execute such payment via EBICS