summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_order_creation.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-11 17:34:50 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-11 17:34:50 +0200
commit5463f26b493405db1010576fb489e7fd98a47724 (patch)
treee76f6b5188508e52bbebec13c3a31a591c4f3cde /src/testing/test_merchant_order_creation.sh
parentb4697925f1bff4f735345de153a51b20a2288389 (diff)
downloadmerchant-5463f26b493405db1010576fb489e7fd98a47724.tar.gz
merchant-5463f26b493405db1010576fb489e7fd98a47724.tar.bz2
merchant-5463f26b493405db1010576fb489e7fd98a47724.zip
fix typo
Diffstat (limited to 'src/testing/test_merchant_order_creation.sh')
-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)