libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 508adb489a6d3c02d871468df3a476cc51c493b5
parent 87f0950a5f151bb299272b509e7c17c7d1d5576c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 18 Jun 2020 18:56:56 +0530

message

Diffstat:
Mintegration-tests/test-ebics-highlevel.py | 1+
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!")