diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-05 20:29:25 +0700 | 
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-12-05 20:29:25 +0700 | 
| commit | 1f3c452d864eff625dfd0f25c48abe0efef4507b (patch) | |
| tree | beb5292fe11ac72676432f5e80414193e5766e4a /test | |
| parent | 1216b546c6bc0540e266fe0f05829f4f683b1ce9 (diff) | |
| parent | 228bf4d214abe3bb62c52128d3bc145e396b174d (diff) | |
| download | pleroma-1f3c452d864eff625dfd0f25c48abe0efef4507b.tar.gz pleroma-1f3c452d864eff625dfd0f25c48abe0efef4507b.zip  | |
Merge branch 'develop' into feature/custom-runtime-modules
Diffstat (limited to 'test')
| -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 = %{  | 
