gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Env test.


From: gnunet
Subject: [libeufin] branch master updated: Env test.
Date: Mon, 06 Jul 2020 16:41:00 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new d6198e9  Env test.
d6198e9 is described below

commit d6198e9dbe7dd8a58e534ccc85df65d03c5a8814
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 6 16:40:26 2020 +0200

    Env test.
    
    Starting the testing environment by giving one
    subscriber TWO bank accounts, as the sandbox.
---
 integration-tests/start-testenv.py | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/integration-tests/start-testenv.py 
b/integration-tests/start-testenv.py
index bfde5ba..2e9e88f 100755
--- a/integration-tests/start-testenv.py
+++ b/integration-tests/start-testenv.py
@@ -35,6 +35,7 @@ BC1_SUBSCRIBER1_IBAN = "GB33BUKB20201222222222"
 BC1_SUBSCRIBER1_BIC = "BUKBGB11"
 BC1_SUBSCRIBER1_NAME = "Oliver Smith"
 BC1_SUBSCRIBER1_BANK_ACCOUNT_LABEL = "bc1sub1savings"
+BC1_SUBSCRIBER1_BANK_ACCOUNT_LABEL_KONTO = "bc1sub1konto"
 
 BC1_SUBSCRIBER2_IBAN = "GB33BUKB20201333333333"
 BC1_SUBSCRIBER2_BIC = "BUKBGB22"
@@ -173,6 +174,20 @@ assertResponse(
         ),
     )
 )
+
+assertResponse(
+    post(
+        "http://localhost:5000/admin/ebics/bank-accounts";,
+        json=dict(
+            subscriber=dict(hostID=BC1_HOST_ID, partnerID=BC1_PARTNER_ID, 
userID=BC1_USER_ID),
+            iban=BC1_SUBSCRIBER1_IBAN,
+            bic=BC1_SUBSCRIBER1_BIC,
+            name=BC1_SUBSCRIBER1_NAME,
+            label=BC1_SUBSCRIBER1_BANK_ACCOUNT_LABEL_KONTO
+        ),
+    )
+)
+
 assertResponse(
     post(
         "http://localhost:5000/admin/ebics/bank-accounts";,

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