X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fpleroma%2Fweb%2Factivity_pub%2Fmrf%2Fno_empty_policy_test.exs;h=2c6fcbc416e6b3c49a6f0c3f884c0b7cbc37c92d;hb=af1bd3af59c5099f9f003be74d527cdabb5f9fdc;hp=fbcf6841416bc13640e52a8445e66e1f7bef53fe;hpb=55a13fc3607c9d753e6fca596010c0a96ba3fba8;p=akkoma 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 fbcf68414..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 @@ -16,7 +16,9 @@ defmodule Pleroma.Web.ActivityPub.MRF.NoEmptyPolicyTest do "actor" => "http://localhost:4001/users/testuser", "attachment" => [], "cc" => ["http://localhost:4001/users/testuser/followers"], - "source" => "this is a test post", + "source" => %{ + "content" => "this is a test post" + }, "to" => ["https://www.w3.org/ns/activitystreams#Public"], "type" => "Note" },