feat(spam): Introduce checking new accounts, events & comments for spam with the help of Akismet
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -166,7 +166,8 @@ defmodule Mobilizon.GraphQL.API.ReportTest do
|
||||
|
||||
%Actor{} = manager_actor = insert(:actor)
|
||||
|
||||
{:error, "Unsupported state"} = Reports.update_report_status(manager_actor, report, :test)
|
||||
{:error, "Unsupported status for a report"} =
|
||||
Reports.update_report_status(manager_actor, report, :test)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user