gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix tests


From: gnunet
Subject: [libeufin] branch master updated: fix tests
Date: Thu, 21 Jan 2021 02:02:24 +0100

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 9956052  fix tests
9956052 is described below

commit 995605215400f83d56a7bf9bae29590a7e461416
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 21 02:02:19 2021 +0100

    fix tests
---
 integration-tests/util.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-tests/util.py b/integration-tests/util.py
index a7fbbac..df5ad03 100644
--- a/integration-tests/util.py
+++ b/integration-tests/util.py
@@ -46,12 +46,12 @@ class BankingDetails:
 class NexusDetails:
     def __init__(self, base_url):
         self.base_url = base_url
-        self.username = "oliver"
-        self.password = "secret"
+        self.username = "admin"
+        self.password = "x"
         self.bank_connection = "my-ebics"
         self.bank_label = "local-savings" 
         self.auth = auth.HTTPBasicAuth(self.username, self.password)
-        self.taler_facade_name = "my-taler-facade"
+        self.taler_facade_name = "taler-wire-gateway"
 
 class LibeufinPersona:
     def __init__(self, banking_details, nexus_details, ebics_details):

-- 
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]