diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-22 17:32:46 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-22 17:32:46 +0100 |
commit | d6553966f11e24f8f86aa21c0ce3760b6e966006 (patch) | |
tree | 8b8beebffeebc5f921d071fb815eb9f40cab0e80 /src/mint-lib/test_mint_api.c | |
parent | e6432cd1ff4c66f1c3186c2acdb45b9cc1d599c5 (diff) |
/wire/deposits expects to use GET, not POST
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r-- | src/mint-lib/test_mint_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index 60ef8c78..e41d0180 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -2510,7 +2510,7 @@ run (void *cls, the mint knows about the deposit, but has no WTID yet. */ { .oc = OC_DEPOSIT_WTID, .label = "deposit-wtid-found", - .expected_response_code = MHD_HTTP_FOUND, + .expected_response_code = MHD_HTTP_ACCEPTED, .details.deposit_wtid.deposit_ref = "deposit-simple" }, /* Try resolving a deposit's WTID for a failed deposit. As the deposit failed, the answer should be that |