Fix return type of /api/v1/follows
[akkoma] / test / web / mastodon_api / status_view_test.exs
index 1575b1d6e07c8865238afa23aa50f97a16eb8d3b..dc5cdfe9aab5ddf2e35722cc61f130f5d936d98a 100644 (file)
@@ -41,7 +41,14 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
         name: "Web",
         website: nil
       },
-      language: nil
+      language: nil,
+      emojis: [
+        %{
+          shortcode: "2hu",
+          url: "corndog.png",
+          static_url: "corndog.png"
+        }
+      ]
     }
 
     assert status == expected