From: Maxim Filippov Date: Sun, 8 Dec 2019 08:35:38 +0000 (+0300) Subject: Fix test X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=cc36a8ea906bd22884101632c6d62c9572e846e1;hp=00c38cf28dd2412650d5e0dba7f98997ff49f402;p=akkoma Fix test --- 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