libeufin

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

commit d645176e21e4b5ea4db262e14fd661631a44979b
parent db920d53ab54ece89e687ede40a0626f974065d6
Author: MS <ms@taler.net>
Date:   Thu,  3 Dec 2020 15:50:48 +0100

remove duplicate test

Diffstat:
Mintegration-tests/camt53-gls-style-0.xml | 6+++---
Mintegration-tests/tests.py | 8++++++--
2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/integration-tests/camt53-gls-style-0.xml b/integration-tests/camt53-gls-style-0.xml @@ -15,7 +15,7 @@ <CreDtTm>2020-05-29T23:41:21.0+02:00</CreDtTm> <Acct> <Id> - <IBAN>DE00000000000000000000</IBAN> + <IBAN>GB33BUKB20201555555555</IBAN> </Id> <Ccy>EUR</Ccy> <Ownr> @@ -58,7 +58,7 @@ </Bal> <Ntry> <Amt Ccy="EUR">2.35</Amt> - <CdtDbtInd>CRDT</CdtDbtInd> + <CdtDbtInd>DBIT</CdtDbtInd> <Sts>BOOK</Sts> <BookgDt> <Dt>2020-05-29</Dt> @@ -109,7 +109,7 @@ </Dbtr> <DbtrAcct> <Id> - <IBAN>DE00000000000000000000</IBAN> + <IBAN>GB33BUKB20201555555555</IBAN> </Id> </DbtrAcct> <Cdtr> diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -348,6 +348,10 @@ def test_ingestion_camt53(): data=camt ) ) + resp = assertResponse( + get( + f"{N}/bank-accounts/{NEXUS_BANK_LABEL}/transactions", + auth=NEXUS_AUTH + ) + ) assert(len(resp.json()["transactions"]) == 4) - for t in resp.json()["transactions"]: - print(t["amount"])