Skip to content

Commit

Permalink
fix failing test due to copy change on login page #44
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 30, 2020
1 parent 8a34349 commit d1ab73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/auth_web/controllers/page_controller_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AuthWeb.PageControllerTest do

test "GET /", %{conn: conn} do
conn = get(conn, "/")
assert html_response(conn, 200) =~ "login to"
assert html_response(conn, 200) =~ "Sign in"
end

test "GET /profile", %{conn: conn} do
Expand Down

0 comments on commit d1ab73f

Please sign in to comment.