aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-09-30 14:28:37 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-09-30 19:10:55 +0700
commit38db4878a451b5e78a8a74bd916390dea5c21643 (patch)
treed064080f16c8b7dd57fd0fddec4461f638ec5a34
parent3c5ecb70b45ae3db193e58b9a3b4a6100b411e4d (diff)
downloadpleroma-38db4878a451b5e78a8a74bd916390dea5c21643.tar.gz
Disable async in DomainBlockControllerTest
-rw-r--r--test/web/mastodon_api/controllers/domain_block_controller_test.exs2
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