diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-12-08 11:27:23 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-12-08 11:27:23 +0300 |
commit | a7f77785c2675b5f9f7ede85e92ec50444945e54 (patch) | |
tree | 9397e4d00fa8193717fef41b921d820eb5bb9de9 /test/moderation_log_test.exs | |
parent | 08c89fd2b89614baaf4bfce067cfec9db96f2d2c (diff) | |
download | pleroma-a7f77785c2675b5f9f7ede85e92ec50444945e54.tar.gz pleroma-a7f77785c2675b5f9f7ede85e92ec50444945e54.zip |
Implement report notes destruction
Diffstat (limited to 'test/moderation_log_test.exs')
-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 4240f6a65..e162df93b 100644 --- a/test/moderation_log_test.exs +++ b/test/moderation_log_test.exs @@ -214,7 +214,7 @@ defmodule Pleroma.ModerationLogTest do {:ok, _} = ModerationLog.insert_log(%{ actor: moderator, - action: "report_response", + action: "report_note", subject: report, text: "look at this" }) |