summaryrefslogtreecommitdiffstats
path: root/test/http_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_test.c')
-rw-r--r--test/http_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_test.c b/test/http_test.c
index e59ef63833..0a3389c15f 100644
--- a/test/http_test.c
+++ b/test/http_test.c
@@ -204,7 +204,7 @@ static int test_http_url_ipv4(void)
static int test_http_url_ipv6(void)
{
- return test_http_url_ok("http://[FF01::101]:6", 0, "FF01::101", "6", "/");
+ return test_http_url_ok("http://[FF01::101]:6", 0, "[FF01::101]", "6", "/");
}
static int test_http_url_invalid(const char *url)