summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-12-07 13:35:34 -0500
committerAlex Gleason <alex@alexgleason.me>2021-12-07 13:35:34 -0500
commit335684182a094c10fb9f72e3865fd1b9606484a4 (patch)
treeb591156c9ccec4f9e555c18a3cdf8a19c16b1e35
parent3f03d71ea62fe63c953a850473217f9b94f2e1b9 (diff)
Fix VideoHandlingTest
-rw-r--r--test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs6
1 files changed, 3 insertions, 3 deletions
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 62b4a2cb3..93b139a77 100644
--- a/test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs
+++ b/test/pleroma/web/activity_pub/transmogrifier/video_handling_test.exs
@@ -61,7 +61,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.VideoHandlingTest do
"https://peertube.moe/static/webseed/df5f464b-be8d-46fb-ad81-2d4c2d1630e3-480.mp4",
"mediaType" => "video/mp4",
"type" => "Link",
- "width" => nil,
+ "width" => 480,
"height" => nil
}
]
@@ -87,7 +87,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.VideoHandlingTest do
"mediaType" => "video/mp4",
"type" => "Link",
"width" => nil,
- "height" => nil
+ "height" => 1080
}
]
}
@@ -119,7 +119,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.VideoHandlingTest do
"mediaType" => "video/mp4",
"type" => "Link",
"width" => nil,
- "height" => nil
+ "height" => 1080
}
]
}