twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit f717a7af23fe29c5a51128d8d9b10b3aec4db658
parent 9dc568d2f275a2d923f8aad4281300e50b64da01
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sat, 17 Mar 2018 01:55:23 +0100

leading slash when constructing twister url.

Diffstat:
Msrc/twister/testing_api_helpers.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/twister/testing_api_helpers.c b/src/twister/testing_api_helpers.c @@ -70,7 +70,7 @@ TALER_TESTING_prepare_twister (const char *config_filename) GNUNET_assert (0 < GNUNET_asprintf (&base_url, - "http://localhost:%llu", + "http://localhost:%llu/", port)); return base_url;