summaryrefslogtreecommitdiff
path: root/integration-tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/tests.py')
-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)
)
)