diff options
author | lain <lain@soykaf.club> | 2019-05-17 11:33:04 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-17 11:33:04 +0200 |
commit | 67af50ec713d46e6e1d72605b985858cc15aad3c (patch) | |
tree | 044e9f4235fbcbe7985ea36a98558bac05b0ae42 /test/plugs/legacy_authentication_plug_test.exs | |
parent | e39c190f046bb345e80a2195278bb59ac81b8002 (diff) | |
parent | 3e5301ad5cf3d9805c0dc9ea8440992de160330b (diff) | |
download | pleroma-67af50ec713d46e6e1d72605b985858cc15aad3c.tar.gz pleroma-67af50ec713d46e6e1d72605b985858cc15aad3c.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ecto_sql_update
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 |