gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: remove duplicate test


From: gnunet
Subject: [libeufin] branch master updated: remove duplicate test
Date: Thu, 03 Dec 2020 15:50:56 +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 d645176  remove duplicate test
d645176 is described below

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

    remove duplicate test
---
 integration-tests/camt53-gls-style-0.xml | 6 +++---
 integration-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
index c25c4a8..58f878f 100644
--- 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
index 4c2fcb5..32b5598 100755
--- 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"])

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