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",