From 3172664f1e0df86e576ade5f940886c7e01c2cd1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 19 Jun 2020 00:10:52 +0530 Subject: terminology --- integration-tests/test-ebics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integration-tests/test-ebics.py') diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py index a74efe6c..9232bcaa 100755 --- a/integration-tests/test-ebics.py +++ b/integration-tests/test-ebics.py @@ -207,7 +207,7 @@ if len(resp.json().get("transactions")) != 0: # 5.a, prepare a payment resp = assertResponse( post( - "http://localhost:5001/bank-accounts/{}/prepared-payments".format( + "http://localhost:5001/bank-accounts/{}/payment-initiations".format( BANK_ACCOUNT_LABEL ), json=dict( @@ -227,7 +227,7 @@ if PREPARED_PAYMENT_UUID == None: # 5.b, submit prepared statement assertResponse( post( - f"http://localhost:5001/bank-accounts/{BANK_ACCOUNT_LABEL}/prepared-payments/{PREPARED_PAYMENT_UUID}/submit", + f"http://localhost:5001/bank-accounts/{BANK_ACCOUNT_LABEL}/payment-initiations/{PREPARED_PAYMENT_UUID}/submit", json=dict(), headers=dict(Authorization=USER_AUTHORIZATION_HEADER), ) -- cgit v1.2.3