diff options
author | lain <lain@soykaf.club> | 2019-04-15 22:28:42 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-04-15 22:28:42 +0200 |
commit | 76999c73a790232ff0c30fff7a51589fb44651a3 (patch) | |
tree | edc4c58cdb887a2e0ecbfe62e80b5a7fad22c83c /test/web/mastodon_api/mastodon_api_controller_test.exs | |
parent | 0da985182f26927de0d2d9733816600afb89e79e (diff) | |
download | pleroma-76999c73a790232ff0c30fff7a51589fb44651a3.tar.gz pleroma-76999c73a790232ff0c30fff7a51589fb44651a3.zip |
Conversation: Add accounts to output.
Diffstat (limited to 'test/web/mastodon_api/mastodon_api_controller_test.exs')
-rw-r--r-- | test/web/mastodon_api/mastodon_api_controller_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/mastodon_api_controller_test.exs b/test/web/mastodon_api/mastodon_api_controller_test.exs index bd13f870c..4fa5254f3 100644 --- a/test/web/mastodon_api/mastodon_api_controller_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller_test.exs @@ -334,6 +334,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do } ] = response + assert length(res_accounts) == 2 assert is_binary(res_id) assert unread == true assert res_last_status["id"] == direct.id |