gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: testing with multiple calls to /transf


From: gnunet
Subject: [libeufin] branch master updated: testing with multiple calls to /transfer
Date: Mon, 08 Jun 2020 17:38:53 +0200

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 de81d3b  testing with multiple calls to /transfer
de81d3b is described below

commit de81d3bc09d05e58baddea7a0eb792b923626b4c
Author: MS <ms@taler.net>
AuthorDate: Mon Jun 8 17:38:44 2020 +0200

    testing with multiple calls to /transfer
---
 integration-tests/test-taler-facade.py | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/integration-tests/test-taler-facade.py 
b/integration-tests/test-taler-facade.py
index e0ed0e1..7229817 100755
--- a/integration-tests/test-taler-facade.py
+++ b/integration-tests/test-taler-facade.py
@@ -170,6 +170,21 @@ assertResponse(
 
 )
 
+assertResponse(
+    post(
+        "http://localhost:5001/facades/my-facade/taler/transfer";,
+        json=dict(
+            request_uid="1",
+            amount="EUR:2",
+            exchange_base_url="http//url",
+            wtid="more nice",
+            credit_account="payto://iban/THEBIC/THEIBAN?name=theName"
+        ),
+        headers=dict(Authorization=USER_AUTHORIZATION_HEADER)
+    )
+
+)
+
 print("Sleeping 5s, to let the automatic tasks ingest the history.")
 sleep(5)
 

-- 
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]