Adds some extra clean up as a treat.

This commit is contained in:
May Tusek 2025-02-14 14:46:44 -08:00
parent cb9cf4c868
commit cc35ea1f71

View file

@ -55,7 +55,7 @@ defmodule PhilomenaWeb.RegistrationControllerTest do
assert response =~ "Settings"
end
test "renders the deactivation section of the settings page", %{conn: conn, user: user} do
test "renders the deactivation section of the settings page", %{conn: conn} do
conn = get(conn, ~p"/registrations/edit")
response = html_response(conn, 200)
assert response =~ "<h3>Deactivate Account</h3>"