瀏覽代碼

Fix test

remote-follow-auth-fix
Maxim Filippov 4 年之前
父節點
當前提交
cc36a8ea90
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/moderation_log_test.exs

+ 1
- 1
test/moderation_log_test.exs 查看文件

@@ -222,7 +222,7 @@ defmodule Pleroma.ModerationLogTest do
log = Repo.one(ModerationLog)

assert log.data["message"] ==
"@#{moderator.nickname} responded with 'look at this' to report ##{report.id}"
"@#{moderator.nickname} added note 'look at this' to report ##{report.id}"
end

test "logging status sensitivity update", %{moderator: moderator} do


Loading…
取消
儲存