diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-16 20:05:21 +0300 |
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-16 20:07:45 +0300 |
| commit | f3791add99014c4e5f1c51c06f8ace84b254cec2 (patch) | |
| tree | cdb25d973f4b24c11a4dade08935f1d5a36f841e /test/web/mastodon_api/views | |
| parent | ac5c2b66b9f106bad117708cf74e3007c434d09e (diff) | |
| download | pleroma-f3791add99014c4e5f1c51c06f8ace84b254cec2.tar.gz pleroma-f3791add99014c4e5f1c51c06f8ace84b254cec2.zip | |
removing with_move parameter
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), |
