summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-06-24 10:53:10 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-10-13 16:43:57 +0300
commit011525a3d1260ec6814c36bb08feb4cbd3116d4a (patch)
tree4c884c004331bdadbd215258e90f737034fba3c9 /test
parent8e301a4c37543f819f659b89b20673141f1e9b75 (diff)
EnsurePublicOrAuthenticatedPlug module name
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/plugs/ensure_public_or_authenticated_plug_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/ensure_public_or_authenticated_plug_test.exs b/test/pleroma/web/plugs/ensure_public_or_authenticated_plug_test.exs
index 9cd5bc715..a73175fa6 100644
--- a/test/pleroma/web/plugs/ensure_public_or_authenticated_plug_test.exs
+++ b/test/pleroma/web/plugs/ensure_public_or_authenticated_plug_test.exs
@@ -6,7 +6,7 @@ defmodule Pleroma.Web.Plugs.EnsurePublicOrAuthenticatedPlugTest do
use Pleroma.Web.ConnCase, async: true
alias Pleroma.Config
- alias Pleroma.Plugs.EnsurePublicOrAuthenticatedPlug
+ alias Pleroma.Web.Plugs.EnsurePublicOrAuthenticatedPlug
alias Pleroma.User
setup do: clear_config([:instance, :public])