gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: comments


From: gnunet
Subject: [libeufin] branch master updated: comments
Date: Tue, 15 Dec 2020 17:53:05 +0100

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 9b2effe  comments
9b2effe is described below

commit 9b2effe15fe0af376e486dd979122eab4c1ab63e
Author: MS <ms@taler.net>
AuthorDate: Tue Dec 15 17:53:01 2020 +0100

    comments
---
 integration-tests/tests.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/integration-tests/tests.py b/integration-tests/tests.py
index 4d6de74..1748528 100755
--- a/integration-tests/tests.py
+++ b/integration-tests/tests.py
@@ -219,7 +219,7 @@ def test_payment():
     ))
     assert len(resp.json().get("transactions")) == 1
 
-    # assert now that the payment shows up as confirmed.
+    # assert now that the bank booked the payment.
     resp = assertResponse(get("/".join([
         PERSONA.nexus.base_url,
         "bank-accounts",
@@ -231,6 +231,7 @@ def test_payment():
     assert resp.json()["status"] == "BOOK"
 
     # Posting a second payment initiation, but not submitting it.
+    # It's expected to have a "null" status.
     resp = assertResponse(post(
         
f"{PERSONA.nexus.base_url}/bank-accounts/{PERSONA.nexus.bank_label}/payment-initiations",
         json=dict(

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