From 2c742717c8616703a22041f6f9164ec10cadaad9 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 20 Feb 2026 12:30:49 -0800 Subject: [PATCH] Remove unnecessary test --- modules/httplib/url_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/httplib/url_test.go b/modules/httplib/url_test.go index ea4fe752576..4f537b6e2b4 100644 --- a/modules/httplib/url_test.go +++ b/modules/httplib/url_test.go @@ -33,7 +33,6 @@ func TestIsRelativeURL(t *testing.T) { "/\\", "\\/", "/a/../\\example.com", - "/%5cexample.com", "/a/../%5cexample.com", "mailto:a@b.com", "https://test.com",