aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/mastodon_api/views
diff options
context:
space:
mode:
authordcc <dcc@logografos.com>2023-09-04 02:54:35 -0700
committerdcc <dcc@logografos.com>2023-09-04 02:54:35 -0700
commita127041c8b3e31c9fa487dd5ca4faa29a0a59e6e (patch)
tree563a301e6dfc8e419a787542f233976a5b761160 /test/pleroma/web/mastodon_api/views
parent40bfe7919694619570c3e2192dff895c78ce44b9 (diff)
downloadanni-a127041c8b3e31c9fa487dd5ca4faa29a0a59e6e.tar.gz
anni-a127041c8b3e31c9fa487dd5ca4faa29a0a59e6e.tar.bz2
anni-a127041c8b3e31c9fa487dd5ca4faa29a0a59e6e.zip
move to 2.5.5
Diffstat (limited to 'test/pleroma/web/mastodon_api/views')
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/account_view_test.exs0
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/conversation_view_test.exs0
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/list_view_test.exs0
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/marker_view_test.exs0
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/notification_view_test.exs0
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/poll_view_test.exs0
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs2
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/status_view_test.exs0
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/subscription_view_test.exs0
-rwxr-xr-x[-rw-r--r--]test/pleroma/web/mastodon_api/views/suggestion_view_test.exs0
10 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/mastodon_api/views/account_view_test.exs b/test/pleroma/web/mastodon_api/views/account_view_test.exs
index 3bb4970..3bb4970 100644..100755
--- a/test/pleroma/web/mastodon_api/views/account_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/account_view_test.exs
diff --git a/test/pleroma/web/mastodon_api/views/conversation_view_test.exs b/test/pleroma/web/mastodon_api/views/conversation_view_test.exs
index d9529c3..d9529c3 100644..100755
--- a/test/pleroma/web/mastodon_api/views/conversation_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/conversation_view_test.exs
diff --git a/test/pleroma/web/mastodon_api/views/list_view_test.exs b/test/pleroma/web/mastodon_api/views/list_view_test.exs
index bbf87ba..bbf87ba 100644..100755
--- a/test/pleroma/web/mastodon_api/views/list_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/list_view_test.exs
diff --git a/test/pleroma/web/mastodon_api/views/marker_view_test.exs b/test/pleroma/web/mastodon_api/views/marker_view_test.exs
index 43f8c43..43f8c43 100644..100755
--- a/test/pleroma/web/mastodon_api/views/marker_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/marker_view_test.exs
diff --git a/test/pleroma/web/mastodon_api/views/notification_view_test.exs b/test/pleroma/web/mastodon_api/views/notification_view_test.exs
index 6ea8946..6ea8946 100644..100755
--- a/test/pleroma/web/mastodon_api/views/notification_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/notification_view_test.exs
diff --git a/test/pleroma/web/mastodon_api/views/poll_view_test.exs b/test/pleroma/web/mastodon_api/views/poll_view_test.exs
index a73d862..a73d862 100644..100755
--- a/test/pleroma/web/mastodon_api/views/poll_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/poll_view_test.exs
diff --git a/test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs b/test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs
index e5e510d..07a65a3 100644..100755
--- a/test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/scheduled_activity_view_test.exs
@@ -48,7 +48,7 @@ defmodule Pleroma.Web.MastodonAPI.ScheduledActivityViewTest do
id: to_string(scheduled_activity.id),
media_attachments:
%{media_ids: [upload.id]}
- |> Utils.attachments_from_ids()
+ |> Utils.attachments_from_ids(user)
|> Enum.map(&StatusView.render("attachment.json", %{attachment: &1})),
params: %{
in_reply_to_id: to_string(activity.id),
diff --git a/test/pleroma/web/mastodon_api/views/status_view_test.exs b/test/pleroma/web/mastodon_api/views/status_view_test.exs
index f76b115..f76b115 100644..100755
--- a/test/pleroma/web/mastodon_api/views/status_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/status_view_test.exs
diff --git a/test/pleroma/web/mastodon_api/views/subscription_view_test.exs b/test/pleroma/web/mastodon_api/views/subscription_view_test.exs
index fd4cd96..fd4cd96 100644..100755
--- a/test/pleroma/web/mastodon_api/views/subscription_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/subscription_view_test.exs
diff --git a/test/pleroma/web/mastodon_api/views/suggestion_view_test.exs b/test/pleroma/web/mastodon_api/views/suggestion_view_test.exs
index b0db410..b0db410 100644..100755
--- a/test/pleroma/web/mastodon_api/views/suggestion_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/suggestion_view_test.exs