diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 09:27:29 +0300 |
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:42:53 +0300 |
| commit | 4b4c0eef3681f2dd4f9248ee1383f307dcd83730 (patch) | |
| tree | 62f7f72a457142d97d58bc868ed3fd203acd76bd /test | |
| parent | 8249b757615e701871c7a6bb16e15788d90a1616 (diff) | |
| download | pleroma-4b4c0eef3681f2dd4f9248ee1383f307dcd83730.tar.gz pleroma-4b4c0eef3681f2dd4f9248ee1383f307dcd83730.zip | |
SessionAuthenticationPlug module name
Diffstat (limited to 'test')
| -rw-r--r-- | test/pleroma/web/plugs/session_authentication_plug_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/session_authentication_plug_test.exs b/test/pleroma/web/plugs/session_authentication_plug_test.exs index 34518414f..2b4d5bc0c 100644 --- a/test/pleroma/web/plugs/session_authentication_plug_test.exs +++ b/test/pleroma/web/plugs/session_authentication_plug_test.exs @@ -5,8 +5,8 @@ defmodule Pleroma.Web.Plugs.SessionAuthenticationPlugTest do use Pleroma.Web.ConnCase, async: true - alias Pleroma.Plugs.SessionAuthenticationPlug alias Pleroma.User + alias Pleroma.Web.Plugs.SessionAuthenticationPlug setup %{conn: conn} do session_opts = [ |
