gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 03/05: fix names


From: gnunet
Subject: [libeufin] 03/05: fix names
Date: Mon, 14 Dec 2020 09:57:09 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit 201b3d739d2aaff2e4bbfe2a10c39857c83e07ab
Author: MS <ms@taler.net>
AuthorDate: Mon Dec 14 08:58:28 2020 +0100

    fix names
---
 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 4dbe3bf..5b16e5c 100644
--- a/integration-tests/util.py
+++ b/integration-tests/util.py
@@ -29,7 +29,7 @@ class EbicsDetails:
 class BankingDetails:
     def __init__(
             self,
-            base_url,
+            bank_base_url,
             iban="GB33BUKB20201555555555",
             bic="BUKBGB22",
             label="savings",
@@ -38,7 +38,7 @@ class BankingDetails:
         self.iban =  iban
         self.bic = bic
         self.label = label
-        self.bank_base_url = sandbox_base
+        self.bank_base_url = bank_base_url
         self.name = name
 
 class NexusDetails:
@@ -48,7 +48,7 @@ class NexusDetails:
         self.password = "secret"
         self.bank_connection = "my-ebics"
         self.bank_label = "local-savings" 
-        self.auth = auth.HTTPBasicAuth(NEXUS_USERNAME, NEXUS_PASSWORD)
+        self.auth = auth.HTTPBasicAuth(self.username, self.password)
         self.taler_facade_name = "my-taler-facade"
 
 class LibeufinPersona:

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