Remove ecto repo, add writing to file

This commit is contained in:
Maciej 2026-02-28 11:56:11 +02:00
parent 386a331956
commit ce463329f6
Signed by: maciej
GPG key ID: 28243AF437E32F99
20 changed files with 98 additions and 122 deletions

View file

@ -31,8 +31,7 @@ defmodule BirdyChatWeb.ConnCase do
end
end
setup tags do
BirdyChat.DataCase.setup_sandbox(tags)
setup _tags do
{:ok, conn: Phoenix.ConnTest.build_conn()}
end
end