This commit is contained in:
rinpatch 2019-02-09 08:12:30 +03:00
parent 9a23f8f3ea
commit b05a341187
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ defmodule Pleroma.Web.ActivityPub.MRF.KeywordPolicyTest do
}
{:ok, %{"object" => %{"content" => result}}} = KeywordPolicy.filter(message)
IO.inspect(content)
IO.inspect(result)
result == "ZFS is free software"
end)
end