mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-23 13:44:32 +01:00
Adds some extra clean up as a treat.
This commit is contained in:
parent
cb9cf4c868
commit
cc35ea1f71
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue