Merge branch 'develop' into 'remove-twitter-api'
[akkoma] / test / web / mastodon_api / views / conversation_view_test.exs
index dbf3c51e2aaca4e02a5f61ff797c7e93636a1dbe..6f84366f86d0f6e69c1c02912c46717361589b83 100644 (file)
@@ -16,7 +16,7 @@ defmodule Pleroma.Web.MastodonAPI.ConversationViewTest do
     other_user = insert(:user)
 
     {:ok, activity} =
-      CommonAPI.post(user, %{"status" => "hey @#{other_user.nickname}", "visibility" => "direct"})
+      CommonAPI.post(user, %{status: "hey @#{other_user.nickname}", visibility: "direct"})
 
     [participation] = Participation.for_user_with_last_activity_id(user)