MastoAPI: Add emoji output.

This commit is contained in:
Roger Braun 2017-10-23 16:27:51 +02:00
commit 64bc38e009
3 changed files with 17 additions and 3 deletions

View 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