Conversation: Add accounts to output.

This commit is contained in:
lain 2019-04-15 22:28:42 +02:00
commit 76999c73a7
5 changed files with 23 additions and 3 deletions

View file

@ -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