瀏覽代碼

Merge branch 'fix_test' into 'develop'

[#1457] fix test

See merge request pleroma/pleroma!2035
feature/compile_get
lain 4 年之前
父節點
當前提交
228bf4d214
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      test/web/mastodon_api/views/notification_view_test.exs

+ 3
- 0
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 = %{


Loading…
取消
儲存