diff --git a/test/mv_web/controllers/auth_controller_test.exs b/test/mv_web/controllers/auth_controller_test.exs index 283b5b1..9282144 100644 --- a/test/mv_web/controllers/auth_controller_test.exs +++ b/test/mv_web/controllers/auth_controller_test.exs @@ -47,6 +47,7 @@ defmodule MvWeb.AuthControllerTest do conn = get(conn, ~p"/sign-out") html = html_response(conn, 200) + # AshAuthentication.Phoenix: GET renders SignOutLive (logout CSRF protection), not an immediate redirect. assert html =~ "Sign out"