gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: update test to fail


From: gnunet
Subject: [taler-merchant] branch master updated: update test to fail
Date: Thu, 02 Sep 2021 17:23:05 +0200

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

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 60dd5420 update test to fail
60dd5420 is described below

commit 60dd54200942fba728fb13460ccc44d899a485a1
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Sep 2 12:22:48 2021 -0300

    update test to fail
    
    Signed-off-by: Sebastian <sebasjm@gmail.com>
---
 src/testing/test_merchant_transfer_tracking.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/testing/test_merchant_transfer_tracking.sh 
b/src/testing/test_merchant_transfer_tracking.sh
index 90696566..fb054b9e 100755
--- a/src/testing/test_merchant_transfer_tracking.sh
+++ b/src/testing/test_merchant_transfer_tracking.sh
@@ -175,8 +175,10 @@ export LAST_RESPONSE
 
 echo -n "Notifying merchant of correct wire transfer, but on wrong instance..."
 
+#issue 6912
+#here we are notifying the transfer into a wrong instance (default) and the 
payto_uri with the default instance
 STATUS=$(curl 'http://localhost:9966/instances/default/private/transfers' \
-    -d 
'{"credit_amount":"'$CREDIT_AMOUNT'","wtid":"'$WTID'","payto_uri":"'$TARGET_PAYTO'","exchange_url":"'$WURL'"}'
 \
+    -d 
'{"credit_amount":"'$CREDIT_AMOUNT'","wtid":"'$WTID'","payto_uri":"payto://x-taler-bank/localhost:8082/Tor","exchange_url":"'$WURL'"}'
 \
     -m 3 \
     -w "%{http_code}" -s -o $LAST_RESPONSE)
 

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