diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-03-20 14:01:59 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-03-20 14:01:59 +0530 |
commit | 6a46b13e80659cbc9917b46f74d21b4f4aaf6c3b (patch) | |
tree | ba2793ddfa23dfe156433434495e73220efc6a70 /src/testing/test_auditor_api.c | |
parent | c17f05b5fdddfc3a26285777b437120dbfe0bb1e (diff) |
make recoup idempotent and simplify response
Diffstat (limited to 'src/testing/test_auditor_api.c')
-rw-r--r-- | src/testing/test_auditor_api.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/test_auditor_api.c b/src/testing/test_auditor_api.c index eea676bd4..97934f1d1 100644 --- a/src/testing/test_auditor_api.c +++ b/src/testing/test_auditor_api.c @@ -409,7 +409,6 @@ run (void *cls, TALER_TESTING_cmd_recoup ("recoup-1", MHD_HTTP_OK, "recoup-withdraw-coin-1", - "EUR:5", NULL), /** * Re-withdraw from this reserve @@ -469,7 +468,6 @@ run (void *cls, TALER_TESTING_cmd_recoup ("recoup-2", MHD_HTTP_OK, "recoup-withdraw-coin-2a", - "EUR:0.5", NULL), TALER_TESTING_cmd_end () }; |