projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3bc076
)
use Phoenix.ConnTest is deprecated
author
Mark Felder
<feld@FreeBSD.org>
Wed, 7 Oct 2020 15:31:08 +0000
(10:31 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 7 Oct 2020 15:31:08 +0000
(10:31 -0500)
test/support/conn_case.ex
patch
|
blob
|
history
diff --git
a/test/support/conn_case.ex
b/test/support/conn_case.ex
index 7ef6812589b1f9c0e364bff2aae1b9a328f05a4e..9316a82e49a1624eb8fd81b7c3a5ab02b2f55983 100644
(file)
--- a/
test/support/conn_case.ex
+++ b/
test/support/conn_case.ex
@@
-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