diff options
| author | lain <lain@soykaf.club> | 2020-03-20 14:52:58 +0100 | 
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-03-20 14:52:58 +0100 | 
| commit | 1aa8aa7d7f14c553a8f0bf1ae82f1a1169cb0fc2 (patch) | |
| tree | f69f8dbf3a012bab253fe267daf967616eefcc0a /test/web/mastodon_api/views | |
| parent | 9b9d67bbec537df6f7c5729e81da6deeaf896bd9 (diff) | |
| parent | d63dca8d99196c91dc3e20e2d27f61ea753b84af (diff) | |
| download | pleroma-1aa8aa7d7f14c553a8f0bf1ae82f1a1169cb0fc2.tar.gz pleroma-1aa8aa7d7f14c553a8f0bf1ae82f1a1169cb0fc2.zip  | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-2
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 779126556..5fe37a6bf 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),  | 
