summaryrefslogtreecommitdiff
path: root/src/mint-lib/test_mint_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-20 13:48:15 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-20 13:48:15 +0200
commita6f8fa98b0253091cae0f2e38fb5fcec47e115fa (patch)
treec505f31400c14486ad68cdb237decc8fa35ca117 /src/mint-lib/test_mint_api.c
parent1eadd66ae0c4abe6867321bcac0ad2f9832a0baf (diff)
downloadexchange-a6f8fa98b0253091cae0f2e38fb5fcec47e115fa.tar.gz
exchange-a6f8fa98b0253091cae0f2e38fb5fcec47e115fa.tar.bz2
exchange-a6f8fa98b0253091cae0f2e38fb5fcec47e115fa.zip
implement #3972: support multiple wire formats concurrently
Diffstat (limited to 'src/mint-lib/test_mint_api.c')
-rw-r--r--src/mint-lib/test_mint_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c
index b2f833d08..6fb099095 100644
--- a/src/mint-lib/test_mint_api.c
+++ b/src/mint-lib/test_mint_api.c
@@ -1992,13 +1992,13 @@ run (void *cls,
#if WIRE_TEST
{ .oc = OC_WIRE,
- .label = "wire",
+ .label = "wire-test",
/* /wire/test replies with a 302 redirect */
.expected_response_code = MHD_HTTP_FOUND },
#endif
#if WIRE_SEPA
{ .oc = OC_WIRE,
- .label = "wire",
+ .label = "wire-sepa",
/* /wire/sepa replies with a 200 redirect */
.expected_response_code = MHD_HTTP_OK },
#endif