summaryrefslogtreecommitdiff
path: root/test/plugs/remote_ip_test.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-03-20 22:08:34 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-03-20 22:08:34 +0400
commit80e15716102e03323b117ade919035402cc7408f (patch)
tree60b57dde12b4feb693a6383b71f813561a48a928 /test/plugs/remote_ip_test.exs
parent5ad54d1bd556f3dc957aa1d2ebe6314618e75399 (diff)
parentd74405fc1a27bb3d13f4ead2bc2369f23827a781 (diff)
downloadpleroma-80e15716102e03323b117ade919035402cc7408f.tar.gz
pleroma-80e15716102e03323b117ade919035402cc7408f.zip
Merge branch 'develop' into global-status-expiration
Diffstat (limited to 'test/plugs/remote_ip_test.exs')
-rw-r--r--test/plugs/remote_ip_test.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/plugs/remote_ip_test.exs b/test/plugs/remote_ip_test.exs
index 9c3737b0b..752ab32e7 100644
--- a/test/plugs/remote_ip_test.exs
+++ b/test/plugs/remote_ip_test.exs
@@ -9,8 +9,7 @@ defmodule Pleroma.Plugs.RemoteIpTest do
alias Pleroma.Plugs.RemoteIp
import Pleroma.Tests.Helpers, only: [clear_config: 1, clear_config: 2]
-
- clear_config(RemoteIp)
+ setup do: clear_config(RemoteIp)
test "disabled" do
Pleroma.Config.put(RemoteIp, enabled: false)