make streamer tests somewhat less flimsy

This commit is contained in:
FloatingGhost 2022-11-04 19:32:20 +00:00
parent cf0394738c
commit 57b112b6b2
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ test "Represent a user account" do
] ]
end end
test "is parsed when :instance_favicons is enabled", %{user: user, instance: instance} do test "is parsed when :instance_favicons is enabled", %{user: user} do
clear_config([:instances_favicons, :enabled], true) clear_config([:instances_favicons, :enabled], true)
assert %{ assert %{

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.StreamerTest do defmodule Pleroma.Web.StreamerTest do
use Pleroma.DataCase use Pleroma.DataCase, async: false
import Pleroma.Factory import Pleroma.Factory