Add basic search.
[akkoma] / test / web / mastodon_api / status_view_test.exs
index 9fa95234bb7fb3bdb692bb706d351836a4dd5303..870a205f110c5d30d663370aebcdb0fc52d0539b 100644 (file)
@@ -36,7 +36,10 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
       media_attachments: [],
       mentions: [],
       tags: [],
-      application: nil,
+      application: %{
+        name: "Web",
+        website: nil
+      },
       language: nil
     }
 
@@ -71,7 +74,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
       type: "image",
       url: "someurl",
       remote_url: "someurl",
-      preview_url: "someurl"
+      preview_url: "someurl",
+      text_url: "someurl"
     }
 
     assert expected == StatusView.render("attachment.json", %{attachment: object})