gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/02: remove comments


From: gnunet
Subject: [libeufin] 02/02: remove comments
Date: Mon, 14 Dec 2020 06:42:49 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit c9d0b18e2232d482feb97df4ebe044f65587ee15
Author: MS <ms@taler.net>
AuthorDate: Fri Dec 11 23:39:23 2020 +0100

    remove comments
---
 integration-tests/tests.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/integration-tests/tests.py b/integration-tests/tests.py
index d7574ce..6acd85f 100755
--- a/integration-tests/tests.py
+++ b/integration-tests/tests.py
@@ -295,9 +295,7 @@ def test_taler_facade_history(make_taler_facade):
             ),
             auth=NEXUS_AUTH
         )
-    
     )
-    # normally done by background tasks:
     assertResponse(
         post(
             
f"{N}/bank-accounts/{NEXUS_BANK_LABEL}/payment-initiations/1/submit",
@@ -305,10 +303,9 @@ def test_taler_facade_history(make_taler_facade):
             auth=NEXUS_AUTH
         )
     )
-    # normally done by background tasks:
     assertResponse(
         post(
-            f"{N}/bank-accounts/{NEXUS_BANK_LABEL}/fetch-transactions", # 
_with_ ingestion
+            f"{N}/bank-accounts/{NEXUS_BANK_LABEL}/fetch-transactions",
             auth=NEXUS_AUTH
         )
     )
@@ -321,7 +318,6 @@ def test_taler_facade_history(make_taler_facade):
     )
     assert len(resp.json().get("outgoing_transactions")) == 1
 
-
 def test_double_connection_name():
     assertResponse(
         post(

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