gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated (8ca661c -> 628c658)


From: gnunet
Subject: [libeufin] branch master updated (8ca661c -> 628c658)
Date: Fri, 22 Jan 2021 00:52:43 +0100

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

ms pushed a change to branch master
in repository libeufin.

    from 8ca661c  Remove copy-and-paste error.
     new 5c83047  invoke version setter before installing CLI
     new 628c658  remove trailing slash form URL (fix test)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                   | 1 +
 integration-tests/tests.py | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8c9ae03..9110aac 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ install-nexus:
 .PHONY: install-cli
 install-cli:
        @echo Installing CLI.
+       @./gradlew -q replaceVersionCli
        @install -D cli/bin/libeufin-cli $(prefix)/bin
 
 .PHONY: assemble
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]