diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2019-05-17 07:25:20 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-05-17 07:25:20 +0000 |
commit | 7ed682213faf88edc67b4c2a24b277ab1d992813 (patch) | |
tree | d63b813f21973fb69e790fc9fcbe7cf07b95e1db /test/plugs/legacy_authentication_plug_test.exs | |
parent | 99f50bf3e8d3077216eecd101f16c31f46fdbf42 (diff) | |
download | pleroma-7ed682213faf88edc67b4c2a24b277ab1d992813.tar.gz pleroma-7ed682213faf88edc67b4c2a24b277ab1d992813.zip |
Fix/902 random compile failing
Diffstat (limited to 'test/plugs/legacy_authentication_plug_test.exs')
-rw-r--r-- | test/plugs/legacy_authentication_plug_test.exs | 2 |
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 |