diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-12-07 22:53:36 +0000 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-12-07 22:53:36 +0000 |
commit | 992d9287d06d6b000a34a0a73124c516b1504ce5 (patch) | |
tree | fcf723d4aac68c1f5e6587c6eef6675084c065ae | |
parent | 2c96668a2c20906e5159fdea9326dbba4ca6ca62 (diff) | |
download | pleroma-992d9287d06d6b000a34a0a73124c516b1504ce5.tar.gz |
Apply alexgleason's suggestion(s) to 1 file(s)
-rw-r--r-- | test/pleroma/web/activity_pub/transmogrifier_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/activity_pub/transmogrifier_test.exs b/test/pleroma/web/activity_pub/transmogrifier_test.exs index 4616f8090..06daf6a9f 100644 --- a/test/pleroma/web/activity_pub/transmogrifier_test.exs +++ b/test/pleroma/web/activity_pub/transmogrifier_test.exs @@ -526,7 +526,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do end describe "fix_attachments/1" do - test "transforms dimensions into a url" do + test "puts dimensions into attachment url field" do object = %{ "attachment" => [ %{ |