gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] 02/02: remove trailing slash form URL (fix test)


From: gnunet
Subject: [libeufin] 02/02: remove trailing slash form URL (fix test)
Date: Fri, 22 Jan 2021 00:52:45 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

commit 628c65836cfa195e420a099d7a63987654cb815f
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 22 00:52:40 2021 +0100

    remove trailing slash form URL (fix test)
---
 integration-tests/tests.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/tests.py b/integration-tests/tests.py
index 7437fd7..777701d 100755
--- a/integration-tests/tests.py
+++ b/integration-tests/tests.py
@@ -276,7 +276,7 @@ def make_crdt_payment():
     )
 
     assertResponse(post(
-        f"{PERSONA.banking.bank_base_url}/admin/payments/",
+        f"{PERSONA.banking.bank_base_url}/admin/payments",
         json=payment_instruction
     ))
 
@@ -465,7 +465,7 @@ def test_sandbox_camt():
     )
     assertResponse(
         post(
-            f"{PERSONA.banking.bank_base_url}/admin/payments/",
+            f"{PERSONA.banking.bank_base_url}/admin/payments",
             json=payment_instruction
         )
     )

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]