libeufin

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

commit 2e293e325d7e57cb5e8abcad31e37ffd72899ef2
parent f03bc9690d220af4f021b5724e9bac96254d4082
Author: MS <ms@taler.net>
Date:   Tue, 30 Jun 2020 16:23:38 +0200

fix uri facade test

Diffstat:
Mintegration-tests/test-taler-facade.py | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/integration-tests/test-taler-facade.py b/integration-tests/test-taler-facade.py @@ -128,7 +128,7 @@ assertResponse( # fetch bank account information assertResponse( post( - "http://localhost:5001/bank-connections/{}/import-accounts".format(BANK_CONNECTION_LABEL), + "http://localhost:5001/bank-connections/{}/ebics/import-accounts".format(BANK_CONNECTION_LABEL), json=dict(), headers=dict(Authorization=USER_AUTHORIZATION_HEADER), ) @@ -209,7 +209,3 @@ resp = assertResponse( headers=dict(Authorization=USER_AUTHORIZATION_HEADER) ) ) - -print("auth header: " + USER_AUTHORIZATION_HEADER) -input("press enter to stop the test:") -print("test will stop")