forked from AkkomaGang/akkoma
use Phoenix.ConnTest is deprecated
This commit is contained in:
parent
f3bc076f09
commit
570a406b7a
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ defmodule Pleroma.Web.ConnCase do
|
|||
using do
|
||||
quote do
|
||||
# Import conveniences for testing with connections
|
||||
use Phoenix.ConnTest
|
||||
import Plug.Conn
|
||||
import Phoenix.ConnTest
|
||||
use Pleroma.Tests.Helpers
|
||||
import Pleroma.Web.Router.Helpers
|
||||
|
||||
|
|
Loading…
Reference in a new issue