Fix sporadically failing test

Cette révision appartient à :
Egor Kislitsyn 2019-11-20 14:25:00 +07:00
Parent 27f73d38c0
révision 63711258ce
Signature inconnue de Gitea
ID de la clé GPG: 1B49CB15B71E7805
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -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

Voir le fichier

@ -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