diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-18 17:15:41 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-18 17:15:41 +0200 |
commit | fffaf61717caf1c2f0fc749c3a9d5b7342280d16 (patch) | |
tree | 4420fd3395316f6bd1b94ce02c4d7c6ff29f58c7 /src | |
parent | b86a3580f8afde1f85bc78a00fce8514932e6d1d (diff) |
set right expected http code.
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange-lib/test_exchange_api_new.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/test_exchange_api_new.c b/src/exchange-lib/test_exchange_api_new.c index 1629cf33e..0ef442ea7 100644 --- a/src/exchange-lib/test_exchange_api_new.c +++ b/src/exchange-lib/test_exchange_api_new.c @@ -640,7 +640,7 @@ run (void *cls, is->exchange, "payback-create-reserve-1", "EUR:10", - MHD_HTTP_OK), + MHD_HTTP_FORBIDDEN), TALER_TESTING_cmd_status ("payback-reserve-status-2", is->exchange, |