diff --git a/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs b/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs index 1e345d482..2c6fcbc41 100644 --- a/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs +++ b/test/pleroma/web/activity_pub/mrf/no_empty_policy_test.exs @@ -17,7 +17,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.NoEmptyPolicyTest do "attachment" => [], "cc" => ["http://localhost:4001/users/testuser/followers"], "source" => %{ - "content" => "this is a test post" + "content" => "this is a test post" }, "to" => ["https://www.w3.org/ns/activitystreams#Public"], "type" => "Note"