summaryrefslogtreecommitdiff
path: root/test/moderation_log_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/moderation_log_test.exs')
-rw-r--r--test/moderation_log_test.exs2
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"
})