summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/views
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-19 19:25:50 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-19 19:25:50 +0100
commita8aa91753024dbd211e5e3952f5b305debaa8b55 (patch)
tree01088f8cec46c4b437b338cb78aaaee65e5d8bc7 /test/web/mastodon_api/views
parentc1fd4f665335ba67336bd1b2fab2d9df5e247e08 (diff)
parent952cb589f47972bba8f9b94b2935a60f05e21bd3 (diff)
downloadpleroma-a8aa91753024dbd211e5e3952f5b305debaa8b55.tar.gz
pleroma-a8aa91753024dbd211e5e3952f5b305debaa8b55.zip
Merge remote-tracking branch 'pleroma/develop' into bugfix/apc2s_upload_activity
Diffstat (limited to 'test/web/mastodon_api/views')
-rw-r--r--test/web/mastodon_api/views/notification_view_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/views/notification_view_test.exs b/test/web/mastodon_api/views/notification_view_test.exs
index 4df9c3c03..d04c3022f 100644
--- a/test/web/mastodon_api/views/notification_view_test.exs
+++ b/test/web/mastodon_api/views/notification_view_test.exs
@@ -120,7 +120,7 @@ defmodule Pleroma.Web.MastodonAPI.NotificationViewTest do
old_user = refresh_record(old_user)
new_user = refresh_record(new_user)
- [notification] = Notification.for_user(follower, %{with_move: true})
+ [notification] = Notification.for_user(follower)
expected = %{
id: to_string(notification.id),