diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-12-08 11:35:38 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-12-08 11:35:38 +0300 |
commit | cc36a8ea906bd22884101632c6d62c9572e846e1 (patch) | |
tree | e997ebaeddfb701bc53abea0da1717b06ae72842 | |
parent | 00c38cf28dd2412650d5e0dba7f98997ff49f402 (diff) | |
download | pleroma-cc36a8ea906bd22884101632c6d62c9572e846e1.tar.gz |
Fix test
-rw-r--r-- | test/moderation_log_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |