projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c38cf
)
Fix test
author
Maxim Filippov
<colixer@gmail.com>
Sun, 8 Dec 2019 08:35:38 +0000
(11:35 +0300)
committer
Maxim Filippov
<colixer@gmail.com>
Sun, 8 Dec 2019 08:35:38 +0000
(11:35 +0300)
test/moderation_log_test.exs
patch
|
blob
|
history
diff --git
a/test/moderation_log_test.exs
b/test/moderation_log_test.exs
index e162df93b69a1f41b106f274088e05c83a36abd2..f2168b73527b34860c2e57cc3bcc31d9ae3b39e3 100644
(file)
--- a/
test/moderation_log_test.exs
+++ b/
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