libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

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

comments

Diffstat:
Mintegration-tests/tests.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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(