commit 508adb489a6d3c02d871468df3a476cc51c493b5
parent 87f0950a5f151bb299272b509e7c17c7d1d5576c
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 18 Jun 2020 18:56:56 +0530
message
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/integration-tests/test-ebics-highlevel.py b/integration-tests/test-ebics-highlevel.py
@@ -223,6 +223,7 @@ resp = assertResponse(
transactions = resp.json().get("transactions")
if len(transactions) != 1:
+ print(transactions)
fail(f"Unexpected number of transactions ({len(transactions)}); should be 1")
print("Test passed!")