Improve test description

This commit is contained in:
Claudio Ortolina
2024-11-29 17:21:42 +00:00
parent 84b5c4ba85
commit d9773bf45d
@@ -17,7 +17,7 @@ defmodule MusicLibraryWeb.CoverControllerTest do
assert text_response(conn, 404) == "Not found"
end
test "serves the cover when etag doesn't exist", %{conn: conn, record: record} do
test "serves the cover without etag", %{conn: conn, record: record} do
conn = get(conn, ~p"/covers/#{record.id}")
assert conn.status == 200