summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-27 16:38:14 +0100
committerMS <ms@taler.net>2021-01-27 16:38:14 +0100
commitb94357d079403bb5f9e8093c5e679ba554961f99 (patch)
tree729dda93508926f3fc8d081fc39425e97bb81622
parent3883732379d0dc00658f186145d6c4cf834a5d21 (diff)
downloadlibeufin-b94357d079403bb5f9e8093c5e679ba554961f99.tar.gz
libeufin-b94357d079403bb5f9e8093c5e679ba554961f99.tar.bz2
libeufin-b94357d079403bb5f9e8093c5e679ba554961f99.zip
fix accidental change
-rwxr-xr-xintegration-tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/tests.py b/integration-tests/tests.py
index 40ccb079..fc03dd09 100755
--- 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)
)
)