summaryrefslogtreecommitdiff
path: root/src/lib/test_auditor_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/test_auditor_api.c')
-rw-r--r--src/lib/test_auditor_api.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c
index 88548e805..6595ea767 100644
--- a/src/lib/test_auditor_api.c
+++ b/src/lib/test_auditor_api.c
@@ -474,7 +474,8 @@ run (void *cls,
TALER_TESTING_cmd_payback ("payback-1",
MHD_HTTP_OK,
"payback-withdraw-coin-1",
- "EUR:5"),
+ "EUR:5",
+ NULL),
/**
* Re-withdraw from this reserve
*/
@@ -536,7 +537,8 @@ run (void *cls,
TALER_TESTING_cmd_payback ("payback-2",
MHD_HTTP_OK,
"payback-withdraw-coin-2a",
- "EUR:0.5"),
+ "EUR:0.5",
+ NULL),
TALER_TESTING_cmd_end ()
};