forked from AkkomaGang/akkoma
make streamer tests somewhat less flimsy
This commit is contained in:
parent
cf0394738c
commit
57b112b6b2
2 changed files with 2 additions and 2 deletions
|
@ -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 %{
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue