summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rwxr-xr-xsrc/testing/test_merchant_order_creation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_merchant_order_creation.sh b/src/testing/test_merchant_order_creation.sh
index 5bc8c649..8c1f599b 100755
--- a/src/testing/test_merchant_order_creation.sh
+++ b/src/testing/test_merchant_order_creation.sh
@@ -301,7 +301,7 @@ then
exit_fail "Expected response ok. got: $STATUS"
fi
-#this will triger the GNUNET_break at taler-merchant-httpd_private-post-transfers.c:1030
+#this will trigger the GNUNET_break at taler-merchant-httpd_private-post-transfers.c:1030
STATUS=$(curl 'http://localhost:9966/instances/default/private/transfers' \
-d '{"credit_amount":"'$CREDIT_AMOUNT'","wtid":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","payto_uri":"'$TARGET_PAYTO'","exchange_url":"'$WURL'"}' \
-w "%{http_code}" -s -o $LAST_RESPONSE)