libeufin

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

commit 64e57edf8ffb44291f33aad9ccdcc8d427d2511b
parent 952def883c5e2bc44cdcfb34ffda1c18e663480f
Author: MS <ms@taler.net>
Date:   Thu, 14 Jan 2021 09:23:57 +0100

adapt tests to latest changes

Diffstat:
Mintegration-tests/tests.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -55,7 +55,8 @@ def prepareSandbox(): subscriber=PERSONA.ebics.get_as_dict(with_url=False), iban=PERSONA.banking.iban, bic=PERSONA.banking.bic, - label=PERSONA.banking.label + label=PERSONA.banking.label, + currency="EUR" ) ) )