diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 16:26:40 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 16:26:40 +0700 |
commit | 484162c18774ff28842a517ae0afcaaf824e12bf (patch) | |
tree | ef98a799b58d9344d85e088c39e13db501046bdc | |
parent | 08d64b977f74abb7cb42bf985116eba91d9a6166 (diff) | |
download | pleroma-484162c18774ff28842a517ae0afcaaf824e12bf.tar.gz |
test fix
-rw-r--r-- | test/formatter_test.exs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/formatter_test.exs b/test/formatter_test.exs index 38430e170..e74985c4e 100644 --- a/test/formatter_test.exs +++ b/test/formatter_test.exs @@ -271,10 +271,8 @@ defmodule Pleroma.FormatterTest do test "it returns the emoji used in the text" do text = "I love :moominmamma:" - tag = Keyword.get(Application.get_env(:pleroma, :emoji), :finmoji_tag) - assert Formatter.get_emoji(text) == [ - {"moominmamma", "/finmoji/128px/moominmamma-128.png", tag} + {"moominmamma", "/finmoji/128px/moominmamma-128.png", "Finmoji"} ] end |