libeufin

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

commit 469695b7cb8a9eaff0a07ddb486401f0a6b45828
parent bee3112eef720738a2ba1146b1c0bc54629b00ad
Author: MS <ms@taler.net>
Date:   Mon, 16 Nov 2020 15:54:05 +0100

testing

Diffstat:
Mintegration-tests/tests.py | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -175,6 +175,14 @@ def test_backup(): ) ) +def test_ebics_custom_ebics_order(): + assertResponse( + post( + f"{N}/bank-connections/{NEXUS_BANK_CONNECTION}/ebics/download/tsd", + auth=NEXUS_AUTH + ) + ) + def test_payment(): resp = assertResponse( post(