logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 966663c3f89519ad0e3b434e611dcceed6f99822
parent 2156de2feef373eecdf8e16f21ac7c4b1ee99995
Author: Mark Felder <feld@FreeBSD.org>
Date:   Wed, 11 Nov 2020 16:17:35 -0600

Fix tests for other attachment types

Diffstat:

Mtest/pleroma/web/activity_pub/transmogrifier/audio_handling_test.exs1+
Mtest/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/test/pleroma/web/activity_pub/transmogrifier/audio_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/audio_handling_test.exs @@ -69,6 +69,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.AudioHandlingTest do "mediaType" => "audio/ogg", "type" => "Link", "name" => nil, + "blurhash" => nil, "url" => [ %{ "href" => diff --git a/test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs @@ -54,6 +54,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.VideoHandlingTest do "type" => "Link", "mediaType" => "video/mp4", "name" => nil, + "blurhash" => nil, "url" => [ %{ "href" => @@ -76,6 +77,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.VideoHandlingTest do "type" => "Link", "mediaType" => "video/mp4", "name" => nil, + "blurhash" => nil, "url" => [ %{ "href" =>