summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-21 18:01:17 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-21 18:01:17 +0200
commit9f4283e61b44f33351f979dea74a1bd73cb50e82 (patch)
tree059c2cf63cac4dc2012d2aa3ba75d7302e1a246d /src/testing
parent245a7eb5b63bdc18ab1b41738d5ba12884afc7e0 (diff)
downloadmerchant-9f4283e61b44f33351f979dea74a1bd73cb50e82.tar.gz
merchant-9f4283e61b44f33351f979dea74a1bd73cb50e82.tar.bz2
merchant-9f4283e61b44f33351f979dea74a1bd73cb50e82.zip
-add missing currency check
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_merchant_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 047582b0..6695c844 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -153,7 +153,7 @@ const char *order_1_forgets_3[] = {
* @param label label to use for the command.
*/
static struct TALER_TESTING_Command
-cmd_exec_wirewatch (char *label)
+cmd_exec_wirewatch (const char *label)
{
return TALER_TESTING_cmd_exec_wirewatch (label, CONFIG_FILE);
}