From 286aad2e080bb6fac853e6ff3075b18ff7700df2 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 18 Jul 2026 16:37:52 +0300 Subject: [PATCH] test: remove obsolete test case --- internal/controller/oauth_controller_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/internal/controller/oauth_controller_test.go b/internal/controller/oauth_controller_test.go index 557eb858..c843eaf9 100644 --- a/internal/controller/oauth_controller_test.go +++ b/internal/controller/oauth_controller_test.go @@ -81,14 +81,6 @@ func TestOAuthController_isRedirectSafe(t *testing.T) { redirectURI: "https://sub.example.com", 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", appURL: "https://tinyauth.example.com",