chore(deps): update mix dependencies #486

Merged
simon merged 4 commits from renovate/mix-dependencies into main 2026-05-05 21:32:09 +02:00
Showing only changes of commit dd235d671c - Show all commits

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"