Merge branch 'feat/openapi-spec-export' into 'develop'
[akkoma] / test / pleroma / web / pleroma_api / controllers / conversation_controller_test.exs
index 98a23aaaadd9cecc332c920fb34b5888318f4105..54f2c5a58c10812ec08bd2e9afb6a4f89d7606fa 100644 (file)
@@ -104,7 +104,7 @@ defmodule Pleroma.Web.PleromaAPI.ConversationControllerTest do
     [participation] = Participation.for_user(user)
     participation = Repo.preload(participation, :recipients)
 
-    assert user in participation.recipients
+    assert refresh_record(user) in participation.recipients
     assert other_user in participation.recipients
   end