commit ce9d8e7d62c6b1ffe5905a44fdf09ca2665c08d3 parent 85618a51f15253fce535ee1db90c5ebd12dac92f Author: MS <ms@taler.net> Date: Thu, 3 Dec 2020 14:58:18 +0100 count expected transactions Diffstat:
| M | integration-tests/tests.py | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -355,3 +355,5 @@ def test_ingestion_camt53(): auth=NEXUS_AUTH ) ) + + assert(len(resp.json()["transactions"]) == 4)