diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-09-09 11:11:36 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-09-09 11:11:36 -0500 |
| commit | 4ee99dafccd6f7c037270d6bac5e942f322c7efd (patch) | |
| tree | 5437905333bb1f2d37488dab6597e647d6776c39 /test/plugs/admin_secret_authentication_plug_test.exs | |
| parent | 563718cab9eb5cf07fd20786697c01b8647db084 (diff) | |
| parent | 9d20d29a79f4ea0756f4e2c7f387674f57513b6d (diff) | |
| download | pleroma-4ee99dafccd6f7c037270d6bac5e942f322c7efd.tar.gz pleroma-4ee99dafccd6f7c037270d6bac5e942f322c7efd.zip | |
Merge branch 'develop' into media-preview-proxy
Diffstat (limited to 'test/plugs/admin_secret_authentication_plug_test.exs')
| -rw-r--r-- | test/plugs/admin_secret_authentication_plug_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugs/admin_secret_authentication_plug_test.exs b/test/plugs/admin_secret_authentication_plug_test.exs index 89df03c4b..14094eda8 100644 --- a/test/plugs/admin_secret_authentication_plug_test.exs +++ b/test/plugs/admin_secret_authentication_plug_test.exs @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Plugs.AdminSecretAuthenticationPlugTest do - use Pleroma.Web.ConnCase, async: true + use Pleroma.Web.ConnCase import Mock import Pleroma.Factory |
