summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2018-12-06 20:38:52 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2018-12-06 20:38:52 +0300
commitabbf347dc7de80d2c09d461fd39f9959f8b666b9 (patch)
treec89a09967922e8d7cd22f66edb2f08e001b262cc /test/web/mastodon_api
parent7bcb6a183a13cabd32bafd0e3ca20f8ca543565b (diff)
downloadpleroma-abbf347dc7de80d2c09d461fd39f9959f8b666b9.tar.gz
pleroma-abbf347dc7de80d2c09d461fd39f9959f8b666b9.zip
[#394] View tests fix.
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r--test/web/mastodon_api/account_view_test.exs6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index a2d3a2547..d6c9f58c8 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -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})