From cc35ea1f715b00c673d42592206f12df3a7819b3 Mon Sep 17 00:00:00 2001 From: May Tusek Date: Fri, 14 Feb 2025 14:46:44 -0800 Subject: [PATCH] Adds some extra clean up as a treat. --- test/philomena_web/controllers/registration_controller_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/philomena_web/controllers/registration_controller_test.exs b/test/philomena_web/controllers/registration_controller_test.exs index 5d59561d..e4251709 100644 --- a/test/philomena_web/controllers/registration_controller_test.exs +++ b/test/philomena_web/controllers/registration_controller_test.exs @@ -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 =~ "

Deactivate Account

"