Scrape instance nodeinfo #251

Merged
floatingghost merged 15 commits from instance-info into develop 2022-11-06 22:49:39 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 57b112b6b2 - Show all commits

View File

@ -119,7 +119,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
]
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)
assert %{

View File

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