libeufin

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

commit a23e9954b0fe459684208f0359984c9d5b5e1e4d
parent c4828cc47dedc48bb8c5f7a1cc80b7283022a1b8
Author: Marcello Stanisci <ms@taler.net>
Date:   Mon,  4 May 2020 18:10:43 +0200

fix string

Diffstat:
Mintegration-tests/test-ebics.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py @@ -53,7 +53,7 @@ def checkPorts(ports): s.bind(i) s.close() except: - print("Port {} is not available") + print("Port {} is not available".format(i)) exit(77) def assertResponse(response):