AudioVideoValidator: Fix embedded attachment requirements
This commit is contained in:
parent
4a32b584e1
commit
bb27e4134b
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue