Fixes minor typo in test.

This commit is contained in:
May Tusek 2025-02-14 14:55:54 -08:00
parent cc35ea1f71
commit 1afd0bbd88

View file

@ -7,7 +7,7 @@ defmodule PhilomenaWeb.DeactivationControllerTest do
setup :register_and_log_in_user setup :register_and_log_in_user
describe "GET /deactivations" do describe "GET /deactivations" do
test "renders the deactive account page", %{conn: conn} do test "renders the deactivate account page", %{conn: conn} do
conn = get(conn, ~p"/deactivations") conn = get(conn, ~p"/deactivations")
response = html_response(conn, 200) response = html_response(conn, 200)
assert response =~ "<h1>Deactivate Account</h1>" assert response =~ "<h1>Deactivate Account</h1>"