Browse Source

Fix sporadically failing test

fix/admin-api-grouped-reports-closed-reports
Egor Kislitsyn 4 years ago
parent
commit
63711258ce
No known key found for this signature in database GPG Key ID: 1B49CB15B71E7805
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      test/web/mastodon_api/controllers/filter_controller_test.exs
  2. +1
    -1
      test/web/mastodon_api/controllers/scheduled_activity_controller_test.exs

+ 1
- 1
test/web/mastodon_api/controllers/filter_controller_test.exs View 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



+ 1
- 1
test/web/mastodon_api/controllers/scheduled_activity_controller_test.exs View 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


Loading…
Cancel
Save