forked from AkkomaGang/akkoma
Fix test
This commit is contained in:
parent
00c38cf28d
commit
cc36a8ea90
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ test "logging report response", %{moderator: moderator} 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…
Reference in a new issue