From 60dd54200942fba728fb13460ccc44d899a485a1 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 2 Sep 2021 12:22:48 -0300 Subject: update test to fail Signed-off-by: Sebastian --- src/testing/test_merchant_transfer_tracking.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3