diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-17 15:29:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-17 15:29:50 +0100 |
commit | 802f4986fea13337ac2a33ac9585b94aebad36da (patch) | |
tree | 4219255e65ecee620f0e6859ba400b68cc12badb | |
parent | f74757e2349d6a7d29c8377d81fe2295c62dff10 (diff) |
-fix Oec FTBFS
-rw-r--r-- | src/testing/test_exchange_api_twisted.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c index 33631764c..150d3b12c 100644 --- a/src/testing/test_exchange_api_twisted.c +++ b/src/testing/test_exchange_api_twisted.c @@ -124,6 +124,7 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("refresh-withdraw-coin", "refresh-create-reserve", "EUR:5", + 0, /* age */ MHD_HTTP_OK), TALER_TESTING_cmd_deposit ("refresh-deposit-partial", "refresh-withdraw-coin", @@ -164,6 +165,7 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-r1", "create-reserve-r1", "EUR:5", + 0, /* age */ MHD_HTTP_OK), TALER_TESTING_cmd_deposit ("deposit-refund-1", "withdraw-coin-r1", @@ -233,6 +235,7 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-r2", "create-reserve-r2", "EUR:5", + 0, /* age */ MHD_HTTP_OK), TALER_TESTING_cmd_end () }; |