commit f397d9faee52fda5603ea81a46c1a905ef286868 parent b94357d079403bb5f9e8093c5e679ba554961f99 Author: MS <ms@taler.net> Date: Wed, 27 Jan 2021 16:44:03 +0100 fix accidental change Diffstat:
| M | integration-tests/tests.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -511,7 +511,7 @@ def test_sandbox_camt(): assertResponse( post( - f"{PERSONA.Banking.bank_base_url}/admin/payments/camt", + f"{PERSONA.banking.bank_base_url}/admin/payments/camt", json=dict(iban="GB33BUKB20201555555555", type=53) ) )