diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-19 19:25:50 +0100 |
|---|---|---|
| committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-19 19:25:50 +0100 |
| commit | a8aa91753024dbd211e5e3952f5b305debaa8b55 (patch) | |
| tree | 01088f8cec46c4b437b338cb78aaaee65e5d8bc7 /test/web/mastodon_api/views | |
| parent | c1fd4f665335ba67336bd1b2fab2d9df5e247e08 (diff) | |
| parent | 952cb589f47972bba8f9b94b2935a60f05e21bd3 (diff) | |
| download | pleroma-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.exs | 2 |
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), |
