Skip to content

Commit 4fec213

Browse files
committed
fix: update 404 error message
1 parent f8c0961 commit 4fec213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algora_web/controllers/error_html_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AlgoraWeb.ErrorHTMLTest do
55
import Phoenix.Template
66

77
test "renders 404.html" do
8-
assert render_to_string(AlgoraWeb.ErrorHTML, "404", "html", []) == "Not Found"
8+
assert render_to_string(AlgoraWeb.ErrorHTML, "404", "html", []) =~ "could not be found"
99
end
1010

1111
test "renders 500.html" do

0 commit comments

Comments
 (0)