This commit is contained in:
Maxim Filippov 2019-12-08 11:35:38 +03:00
parent 00c38cf28d
commit cc36a8ea90
1 changed files with 1 additions and 1 deletions

View File

@ -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