From c46d9d7360165532a134ce9f98d93ce4f8bd0aa7 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 10 Oct 2022 19:04:15 +0200 Subject: [PATCH] tests/unittests: sock_util: test with schema of uneven length --- tests/unittests/tests-sock_util/tests-sock_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests/tests-sock_util/tests-sock_util.c b/tests/unittests/tests-sock_util/tests-sock_util.c index 326ec41f24..f95dd8cf23 100644 --- a/tests/unittests/tests-sock_util/tests-sock_util.c +++ b/tests/unittests/tests-sock_util/tests-sock_util.c @@ -47,7 +47,7 @@ #define TEST_URL_DNS_HOSTPART "test.local" #define TEST_URL_INVALID "[2001:db8::1]://local" #define TEST_URL_INVALID2 "[2001:db8::1]/local" -#define TEST_URL_LONG_HOSTPORT "http://veryveryvery.long.hostname.that." \ +#define TEST_URL_LONG_HOSTPORT "https://veryveryvery.long.hostname.that." \ "doesnt.fit.inside.sixtyfour.characters." \ "of.buffer.space/localpart" #define TEST_URL_LONG_URLPATH "http://shorthostname/very/very/long/ " \