aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-08-12 14:23:06 +0200
committerlain <lain@soykaf.club>2019-08-12 14:23:06 +0200
commit511ccea5aa36b4b0098e49b409b335b0ce8f042e (patch)
treecd71e3a6175454ebbcaa43cefa8f30b482c2a489 /test
parent60231ec7bd0af993dc19f69a57b261b3b4167636 (diff)
downloadpleroma-511ccea5aa36b4b0098e49b409b335b0ce8f042e.tar.gz
ConversationView: Align parameter names with other views.
Diffstat (limited to 'test')
-rw-r--r--test/web/mastodon_api/conversation_view_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/conversation_view_test.exs b/test/web/mastodon_api/conversation_view_test.exs
index 27f668d9f..a2a880705 100644
--- a/test/web/mastodon_api/conversation_view_test.exs
+++ b/test/web/mastodon_api/conversation_view_test.exs
@@ -23,7 +23,7 @@ defmodule Pleroma.Web.MastodonAPI.ConversationViewTest do
assert participation
conversation =
- ConversationView.render("participation.json", %{participation: participation, user: user})
+ ConversationView.render("participation.json", %{participation: participation, for: user})
assert conversation.id == participation.id |> to_string()
assert conversation.last_status.id == activity.id