X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Fmastodon_api%2Fviews%2Fconversation_view_test.exs;h=6ed22597d0cc7ef4395fdf8e37adbdffe8700904;hb=263abe3ba5c4b42edd2b2fc2b53d5b1f31fade5a;hp=a2a880705b644edde3f0d4a78dff8ac9217ab2ef;hpb=66519f2100c9933b74dc6df52937a18c42961639;p=akkoma diff --git a/test/web/mastodon_api/views/conversation_view_test.exs b/test/web/mastodon_api/views/conversation_view_test.exs index a2a880705..6ed22597d 100644 --- a/test/web/mastodon_api/views/conversation_view_test.exs +++ b/test/web/mastodon_api/views/conversation_view_test.exs @@ -30,5 +30,6 @@ defmodule Pleroma.Web.MastodonAPI.ConversationViewTest do assert [account] = conversation.accounts assert account.id == other_user.id + assert conversation.last_status.pleroma.direct_conversation_id == participation.id end end