summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-06-24 09:35:00 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-10-13 16:43:53 +0300
commit4b1863ca4e0a99d794f856fcb6bf5630d8408825 (patch)
treef02bd62db06ad68942a788d2b6918ba6a83948b7 /test
parent3be8ab51038cdfeb4bbf78633eb79c4d6f6b8d0b (diff)
RateLimiter module name
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/plugs/rate_limiter_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/plugs/rate_limiter_test.exs b/test/pleroma/web/plugs/rate_limiter_test.exs
index 7c10c97b3..249c78b37 100644
--- a/test/pleroma/web/plugs/rate_limiter_test.exs
+++ b/test/pleroma/web/plugs/rate_limiter_test.exs
@@ -7,7 +7,7 @@ defmodule Pleroma.Web.Plugs.RateLimiterTest do
alias Phoenix.ConnTest
alias Pleroma.Config
- alias Pleroma.Plugs.RateLimiter
+ alias Pleroma.Web.Plugs.RateLimiter
alias Plug.Conn
import Pleroma.Factory