diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 10:43:19 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:43:56 +0300 |
commit | 99e4ed21b19d989112cf26141c3f87f9fe12b72b (patch) | |
tree | f9bc66baf221a622dc444c70222e96a11ad6af96 /test | |
parent | 8c993c5f6322c09c8b88e62aa23865648aab3690 (diff) | |
download | pleroma-99e4ed21b19d989112cf26141c3f87f9fe12b72b.tar.gz pleroma-99e4ed21b19d989112cf26141c3f87f9fe12b72b.zip |
ExpectPublicOrAuthenticatedCheckPlug module name
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/plugs/plug_helper_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/plug_helper_test.exs b/test/pleroma/web/plugs/plug_helper_test.exs index 6febd4388..adb0bb111 100644 --- a/test/pleroma/web/plugs/plug_helper_test.exs +++ b/test/pleroma/web/plugs/plug_helper_test.exs @@ -6,7 +6,7 @@ defmodule Pleroma.Web.Plugs.PlugHelperTest do @moduledoc "Tests for the functionality added via `use Pleroma.Web, :plug`" alias Pleroma.Plugs.ExpectAuthenticatedCheckPlug - alias Pleroma.Plugs.ExpectPublicOrAuthenticatedCheckPlug + alias Pleroma.Web.Plugs.ExpectPublicOrAuthenticatedCheckPlug alias Pleroma.Web.Plugs.PlugHelper import Mock |