[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: fix accidental change
From: |
gnunet |
Subject: |
[libeufin] branch master updated: fix accidental change |
Date: |
Wed, 27 Jan 2021 16:44:09 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new f397d9f fix accidental change
f397d9f is described below
commit f397d9faee52fda5603ea81a46c1a905ef286868
Author: MS <ms@taler.net>
AuthorDate: Wed Jan 27 16:44:03 2021 +0100
fix accidental change
---
integration-tests/tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/integration-tests/tests.py b/integration-tests/tests.py
index fc03dd0..999ee4d 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)
)
)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.