style: fix linting
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
Simon 2026-05-04 17:51:13 +02:00
parent 2e727aec9c
commit dd235d671c
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2

View file

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