use Phoenix.ConnTest is deprecated

This commit is contained in:
Mark Felder 2020-10-07 10:31:08 -05:00
parent f3bc076f09
commit 570a406b7a
1 changed files with 2 additions and 1 deletions

View File

@ -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