fixes text response test
This commit is contained in:
parent
d2fe15d3ae
commit
32c0dbd85a
@ -3,6 +3,6 @@ defmodule BumpWeb.PageControllerTest do
|
|||||||
|
|
||||||
test "GET /", %{conn: conn} do
|
test "GET /", %{conn: conn} do
|
||||||
conn = get(conn, "/")
|
conn = get(conn, "/")
|
||||||
assert html_response(conn, 200) =~ "Welcome to Phoenix!"
|
assert text_response(conn, 200) =~ "Bump API"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user