X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fmoderation_log_test.exs;h=f2168b73527b34860c2e57cc3bcc31d9ae3b39e3;hb=50f5a920219d6637582a1998fd33ec4552e02e9c;hp=e162df93b69a1f41b106f274088e05c83a36abd2;hpb=a7f77785c2675b5f9f7ede85e92ec50444945e54;p=akkoma diff --git a/test/moderation_log_test.exs b/test/moderation_log_test.exs index e162df93b..f2168b735 100644 --- 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