commit a572c763af9fa55f3d023f88b9e602254147a360
parent a91527bb88e96bdc3023bb0a4fadf637eef2df5e
Author: Sebastian <sebasjm@gmail.com>
Date: Fri, 28 May 2021 16:51:26 -0300
fixing spelling
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/test_merchant_reserve_creation.sh b/src/testing/test_merchant_reserve_creation.sh
@@ -50,7 +50,7 @@ then
fi
-echo -n Wire transfering...
+echo -n Wire transferring...
STATUS=$(curl http://Exchange:x@localhost:$BANK_PORT/taler-wire-gateway/Exchange/admin/add-incoming \
-d '{"reserve_pub":"'$RESERVE_PUB'","debit_account":"payto://x-taler-bank/localhost:'$BANK_PORT'/43","amount":"TESTKUDOS:2"}' \
-w "%{http_code}" -s -o $LAST_RESPONSE)
@@ -89,7 +89,7 @@ STATUS=$(curl 'http://localhost:9966/instances/default/private/reserves/'$RESERV
if [ "$STATUS" != "200" ]
then
- echo 'should respond failed, we didnt funded yet. got:' $STATUS
+ echo 'should respond failed, we didn't funded yet. got:' $STATUS
exit 1
fi