aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-lib/test_exchange_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-04 11:57:57 +0100
committerChristian Grothoff <christian@grothoff.org>2016-03-04 11:57:57 +0100
commitaba92c5bfa3efa9a7cabf2fc85b1f14bea2d8307 (patch)
treefec44c7e61e47592f5468632e5823fc3e48e679e /src/exchange-lib/test_exchange_api.c
parentd06fb4d8182e5213e6d59cf0c5fe2c8d4c4cef36 (diff)
parent17ff4f5e97b981f0b3eebd6e3923fe60dc75edd5 (diff)
downloadexchange-aba92c5bfa3efa9a7cabf2fc85b1f14bea2d8307.tar.xz
modify /wire/test to provide bank URI and bank account numbers
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 80e2c6add..890e80756 100644
--- a/src/exchange-lib/test_exchange_api.c
+++ b/src/exchange-lib/test_exchange_api.c
@@ -2328,8 +2328,8 @@ run (void *cls,
#if WIRE_TEST
{ .oc = OC_WIRE,
.label = "wire-test",
- /* /wire/test replies with a 302 redirect */
- .expected_response_code = MHD_HTTP_FOUND,
+ /* /wire/test replies with a 200 OK */
+ .expected_response_code = MHD_HTTP_OK,
.details.wire.format = "test" },
#endif
#if WIRE_SEPA