summaryrefslogtreecommitdiff
path: root/integration-tests/test-ebics.py
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-05-18 12:15:33 +0200
committerMS <ms@taler.net>2020-05-18 12:15:33 +0200
commit7aea44fdd6bc3abbd21dff21fea077e5f9101ccb (patch)
tree857f835326a3014b201f5af66ca886f37aa25958 /integration-tests/test-ebics.py
parent637806676b31f5b7d8f6ee368fc440bb1618c6b0 (diff)
downloadlibeufin-7aea44fdd6bc3abbd21dff21fea077e5f9101ccb.tar.gz
libeufin-7aea44fdd6bc3abbd21dff21fea077e5f9101ccb.tar.bz2
libeufin-7aea44fdd6bc3abbd21dff21fea077e5f9101ccb.zip
Commentig out the filter on dates.
Plus adapting the test runner to the new Sandbox API.
Diffstat (limited to 'integration-tests/test-ebics.py')
-rwxr-xr-xintegration-tests/test-ebics.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py
index cc960ccb..d6d72ec6 100755
--- a/integration-tests/test-ebics.py
+++ b/integration-tests/test-ebics.py
@@ -120,7 +120,7 @@ for i in range(10):
#0.a
assertResponse(
post(
- "http://localhost:5000/admin/ebics-host",
+ "http://localhost:5000/admin/ebics/host",
json=dict(
hostID=HOST_ID,
ebicsVersion=EBICS_VERSION
@@ -131,7 +131,7 @@ assertResponse(
#0.b
assertResponse(
post(
- "http://localhost:5000/admin/ebics-subscriber",
+ "http://localhost:5000/admin/ebics/subscribers",
json=dict(
hostID=HOST_ID,
partnerID=PARTNER_ID,
@@ -143,7 +143,7 @@ assertResponse(
#0.c
assertResponse(
post(
- "http://localhost:5000/admin/ebics-subscriber/bank-account",
+ "http://localhost:5000/admin/ebics/bank-accounts",
json=dict(
subscriber=dict(
hostID=HOST_ID,