commit c9d0b18e2232d482feb97df4ebe044f65587ee15
parent 236b6d7e0948121efe52fdbed4c108c9e5903fb5
Author: MS <ms@taler.net>
Date: Fri, 11 Dec 2020 23:39:23 +0100
remove comments
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/integration-tests/tests.py b/integration-tests/tests.py
@@ -295,9 +295,7 @@ def test_taler_facade_history(make_taler_facade):
),
auth=NEXUS_AUTH
)
-
)
- # normally done by background tasks:
assertResponse(
post(
f"{N}/bank-accounts/{NEXUS_BANK_LABEL}/payment-initiations/1/submit",
@@ -305,10 +303,9 @@ def test_taler_facade_history(make_taler_facade):
auth=NEXUS_AUTH
)
)
- # normally done by background tasks:
assertResponse(
post(
- f"{N}/bank-accounts/{NEXUS_BANK_LABEL}/fetch-transactions", # _with_ ingestion
+ f"{N}/bank-accounts/{NEXUS_BANK_LABEL}/fetch-transactions",
auth=NEXUS_AUTH
)
)
@@ -321,7 +318,6 @@ def test_taler_facade_history(make_taler_facade):
)
assert len(resp.json().get("outgoing_transactions")) == 1
-
def test_double_connection_name():
assertResponse(
post(