gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] 01/02: fix uri facade test


From: gnunet
Subject: [libeufin] 01/02: fix uri facade test
Date: Tue, 30 Jun 2020 16:24:17 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

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

    fix uri facade test
---
 integration-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
index f1ff53f..97e5019 100755
--- 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")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]