[#394] View tests fix.

This commit is contained in:
Ivan Tashkinov 2018-12-06 20:38:52 +03:00
commit abbf347dc7
2 changed files with 12 additions and 6 deletions

View file

@ -54,7 +54,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
note: "",
privacy: "public",
sensitive: false
}
},
tags: []
}
assert expected == AccountView.render("account.json", %{user: user})
@ -91,7 +92,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
note: "",
privacy: "public",
sensitive: false
}
},
tags: []
}
assert expected == AccountView.render("account.json", %{user: user})