Merge branch 'develop' into feature/store-statuses-data-inside-flag
[akkoma] / test / web / streamer / streamer_test.exs
index d33eb1e4228e1a3a911b49e604626b745b77d170..400f3287d254bcc4ba92eceaa8493d5a237ee3e0 100644 (file)
@@ -213,7 +213,7 @@ defmodule Pleroma.Web.StreamerTest do
     test "it sends message if recipients invalid and thread containment is enabled but user's thread containment is disabled" do
       Pleroma.Config.put([:instance, :skip_thread_containment], false)
       author = insert(:user)
-      user = insert(:user, following: [author.ap_id], info: %{skip_thread_containment: true})
+      user = insert(:user, following: [author.ap_id], skip_thread_containment: true)
 
       activity =
         insert(:note_activity,