From: Egor Kislitsyn Date: Mon, 30 Sep 2019 07:28:37 +0000 (+0700) Subject: Disable async in DomainBlockControllerTest X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=38db4878a451b5e78a8a74bd916390dea5c21643;p=akkoma Disable async in DomainBlockControllerTest --- diff --git a/test/web/mastodon_api/controllers/domain_block_controller_test.exs b/test/web/mastodon_api/controllers/domain_block_controller_test.exs index 3c3558385..25a279cdc 100644 --- a/test/web/mastodon_api/controllers/domain_block_controller_test.exs +++ b/test/web/mastodon_api/controllers/domain_block_controller_test.exs @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.MastodonAPI.DomainBlockControllerTest do - use Pleroma.Web.ConnCase, async: true + use Pleroma.Web.ConnCase alias Pleroma.User