forked from AkkomaGang/akkoma
OpenAPI: MastodonAPI Conversation Controller
This commit is contained in:
parent
3123ecdd6e
commit
e47f83cfc8
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@ test "(vanilla) Mastodon frontend behaviour", %{user: user_one, conn: conn} do
|
|||
|
||||
res_conn = get(conn, "/api/v1/statuses/#{direct.id}/context")
|
||||
|
||||
assert %{"ancestors" => [], "descendants" => []} == json_response(res_conn, 200)
|
||||
assert %{"ancestors" => [], "descendants" => []} ==
|
||||
json_response_and_validate_schema(res_conn, 200)
|
||||
end
|
||||
|
||||
test "Removes a conversation", %{user: user_one, conn: conn} do
|
||||
|
|
Loading…
Reference in a new issue