Prepare to join servers

This commit is contained in:
Maciej 2026-02-28 16:19:35 +02:00
parent 3afaf346c7
commit 984ac15084
Signed by: maciej
GPG key ID: 28243AF437E32F99
12 changed files with 137 additions and 17 deletions

View file

@ -1,5 +1,5 @@
defmodule BirdyChatWeb.PageControllerTest do
use BirdyChatWeb.ConnCase
use BirdyChatWeb.ConnCase, async: true
test "GET /", %{conn: conn} do
conn = get(conn, ~p"/")