diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/pleroma/web/activity_pub/transmogrifier/audio_handling_test.exs | 1 | ||||
| -rw-r--r-- | test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs | 2 | 
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 index 0636d00c5..eef7ab4c6 100644 --- 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 index 69c953a2e..57411fafa 100644 --- 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" => | 
