summaryrefslogtreecommitdiff
path: root/test/plugs/legacy_authentication_plug_test.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-05-17 07:25:20 +0000
committerrinpatch <rinpatch@sdf.org>2019-05-17 07:25:20 +0000
commit3e5301ad5cf3d9805c0dc9ea8440992de160330b (patch)
treed63b813f21973fb69e790fc9fcbe7cf07b95e1db /test/plugs/legacy_authentication_plug_test.exs
parent99f50bf3e8d3077216eecd101f16c31f46fdbf42 (diff)
parent7ed682213faf88edc67b4c2a24b277ab1d992813 (diff)
downloadpleroma-3e5301ad5cf3d9805c0dc9ea8440992de160330b.tar.gz
pleroma-3e5301ad5cf3d9805c0dc9ea8440992de160330b.zip
Merge branch 'fix/902-random-compile-failing' into 'develop'
Fix/902 random compile failing Closes #902 See merge request pleroma/pleroma!1168
Diffstat (limited to 'test/plugs/legacy_authentication_plug_test.exs')
-rw-r--r--test/plugs/legacy_authentication_plug_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugs/legacy_authentication_plug_test.exs b/test/plugs/legacy_authentication_plug_test.exs
index 8b0b06772..02f530058 100644
--- a/test/plugs/legacy_authentication_plug_test.exs
+++ b/test/plugs/legacy_authentication_plug_test.exs
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Plugs.LegacyAuthenticationPlugTest do
- use Pleroma.Web.ConnCase, async: true
+ use Pleroma.Web.ConnCase
alias Pleroma.Plugs.LegacyAuthenticationPlug
alias Pleroma.User