diff options
author | lain <lain@soykaf.club> | 2019-12-04 14:25:00 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-12-04 14:25:00 +0100 |
commit | 24599c519f95f27e1fb8120104f13856d2fa3742 (patch) | |
tree | e400a887b02414599756879d7cbc3b895a9ea1d3 | |
parent | 9487995e8b2172bd720d17d639d5d782d38a45a2 (diff) | |
parent | 228bf4d214abe3bb62c52128d3bc145e396b174d (diff) | |
download | pleroma-24599c519f95f27e1fb8120104f13856d2fa3742.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/1455-chat-character-limit
-rw-r--r-- | test/web/mastodon_api/views/notification_view_test.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/web/mastodon_api/views/notification_view_test.exs b/test/web/mastodon_api/views/notification_view_test.exs index 80b6d414c..26e1afc85 100644 --- a/test/web/mastodon_api/views/notification_view_test.exs +++ b/test/web/mastodon_api/views/notification_view_test.exs @@ -117,6 +117,9 @@ defmodule Pleroma.Web.MastodonAPI.NotificationViewTest do Pleroma.Web.ActivityPub.ActivityPub.move(old_user, new_user) Pleroma.Tests.ObanHelpers.perform_all() + old_user = refresh_record(old_user) + new_user = refresh_record(new_user) + [notification] = Notification.for_user(follower) expected = %{ |