Fix sporadically failing test
authorEgor Kislitsyn <egor@kislitsyn.com>
Wed, 20 Nov 2019 07:25:00 +0000 (14:25 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Wed, 20 Nov 2019 07:25:00 +0000 (14:25 +0700)
test/web/mastodon_api/controllers/filter_controller_test.exs
test/web/mastodon_api/controllers/scheduled_activity_controller_test.exs

index 5d5b56c8ebef16adedefb4af1a4ce9f719bafed6..550689788a377285559347240fa4f84751ca608e 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.MastodonAPI.FilterControllerTest do
-  use Pleroma.Web.ConnCase, async: true
+  use Pleroma.Web.ConnCase
 
   alias Pleroma.Web.MastodonAPI.FilterView
 
index 9ad6a4fa75cb17b3a09d6300c6414b5c67dcf2cd..ae5fee2bcd3b38b8b86ef52b7f30c6385f6e4d6a 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.MastodonAPI.ScheduledActivityControllerTest do
-  use Pleroma.Web.ConnCase, async: true
+  use Pleroma.Web.ConnCase
 
   alias Pleroma.Repo
   alias Pleroma.ScheduledActivity