diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-30 14:28:37 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-09-30 19:10:55 +0700 |
commit | 38db4878a451b5e78a8a74bd916390dea5c21643 (patch) | |
tree | d064080f16c8b7dd57fd0fddec4461f638ec5a34 | |
parent | 3c5ecb70b45ae3db193e58b9a3b4a6100b411e4d (diff) | |
download | pleroma-38db4878a451b5e78a8a74bd916390dea5c21643.tar.gz |
Disable async in DomainBlockControllerTest
-rw-r--r-- | test/web/mastodon_api/controllers/domain_block_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |