forked from AkkomaGang/akkoma
Merge branch 'fix_test' into 'develop'
[#1457] fix test See merge request pleroma/pleroma!2035
This commit is contained in:
commit
228bf4d214
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@ test "Move notification" 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 = %{
|
||||
|
|
Loading…
Reference in a new issue