AudioVideoValidator: Fix embedded attachment requirements

This commit is contained in:
Lain Soykaf 2022-12-15 18:06:28 -05:00
commit bb27e4134b
2 changed files with 3 additions and 3 deletions

View file

@ -166,7 +166,7 @@ defmodule Pleroma.Object.FetcherTest do
Instances.set_consistently_unreachable(id)
refute Instances.reachable?(id)
{:ok, object} =
{:ok, _object} =
Fetcher.fetch_object_from_id("http://mastodon.example.org/@admin/99541947525187367")
assert Instances.reachable?(id)