aboutsummaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-12-16 22:34:21 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-12-16 22:34:21 +0700
commitb9a87b1baa0650bfb4b699054304daae585a0e9a (patch)
tree015e7c8da2f0aabf68c8ca27414dd579ab880e69 /config/test.exs
parent7528322f83d5bee92a030e2e626436dab327df9b (diff)
parente659fbfbf9ec586ea0086a78a7443e77abebf1ab (diff)
downloadpleroma-b9a87b1baa0650bfb4b699054304daae585a0e9a.tar.gz
Merge branch 'develop' into feature/custom-runtime-modules
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/test.exs b/config/test.exs
index 6f6ab733e..5c66a36f1 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -97,8 +97,6 @@ config :pleroma, Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.ClientMock
config :pleroma, :modules, runtime_dir: "test/fixtures/modules"
-config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
-
if File.exists?("./config/test.secret.exs") do
import_config "test.secret.exs"
else