test: remove obsolete test case

This commit is contained in:
Stavros
2026-07-18 16:37:52 +03:00
parent 5091fc2d7a
commit 286aad2e08
@@ -81,14 +81,6 @@ func TestOAuthController_isRedirectSafe(t *testing.T) {
redirectURI: "https://sub.example.com", redirectURI: "https://sub.example.com",
expected: false, expected: false,
}, },
{
description: "Cookie domain itself is not a subdomain match",
appURL: "https://tinyauth.example.com",
cookieDomain: "example.com",
subdomainsEnabled: true,
redirectURI: "https://example.com",
expected: false,
},
{ {
description: "Different scheme returns false", description: "Different scheme returns false",
appURL: "https://tinyauth.example.com", appURL: "https://tinyauth.example.com",