summaryrefslogtreecommitdiff
path: root/src/exchange-lib/test_exchange_api.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-19 23:07:17 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-19 23:07:17 +0200
commit083075153441c3451301d9ed35bfbac2dd8b346e (patch)
treef66875aaa67e3e65840b5511ec4bc2bf661a7aa3 /src/exchange-lib/test_exchange_api.c
parent9b6717ae3a95c6006d0f9692a8ae0f8d7f6ec60e (diff)
parent8fe6f64db308a8455c62e5139f7c2157faa2804a (diff)
downloadexchange-083075153441c3451301d9ed35bfbac2dd8b346e.tar.gz
exchange-083075153441c3451301d9ed35bfbac2dd8b346e.tar.bz2
exchange-083075153441c3451301d9ed35bfbac2dd8b346e.zip
Merge branch 'master' of taler.net:exchange
Diffstat (limited to 'src/exchange-lib/test_exchange_api.c')
-rw-r--r--src/exchange-lib/test_exchange_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/test_exchange_api.c b/src/exchange-lib/test_exchange_api.c
index 29095d87a..80007c66f 100644
--- a/src/exchange-lib/test_exchange_api.c
+++ b/src/exchange-lib/test_exchange_api.c
@@ -1009,7 +1009,7 @@ reserve_withdraw_cb (void *cls,
cmd->details.reserve_withdraw.sig.rsa_signature
= GNUNET_CRYPTO_rsa_signature_dup (sig->rsa_signature);
break;
- case MHD_HTTP_PAYMENT_REQUIRED:
+ case MHD_HTTP_FORBIDDEN:
/* nothing to check */
break;
default:
@@ -2737,7 +2737,7 @@ run (void *cls)
/* Try to overdraw funds ... */
{ .oc = OC_WITHDRAW_SIGN,
.label = "withdraw-coin-2",
- .expected_response_code = MHD_HTTP_PAYMENT_REQUIRED,
+ .expected_response_code = MHD_HTTP_FORBIDDEN,
.details.reserve_withdraw.reserve_reference = "create-reserve-1",
.details.reserve_withdraw.amount = "EUR:5" },