summaryrefslogtreecommitdiff
path: root/test/plugs/legacy_authentication_plug_test.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-05-17 19:57:14 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-05-17 19:57:14 +0700
commit557f0e33a7de7ef89c72441ffc3a9c09c56fe9a7 (patch)
tree8044adbc3645ccd1c7dce13b396e7d23db51a0fb /test/plugs/legacy_authentication_plug_test.exs
parentf2936e0a0723956c167a06dc51518da172a508b2 (diff)
parente5b34f5e0544371603bc2b570c26ede3182c2f8b (diff)
downloadpleroma-557f0e33a7de7ef89c72441ffc3a9c09c56fe9a7.tar.gz
pleroma-557f0e33a7de7ef89c72441ffc3a9c09c56fe9a7.zip
Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
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