X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fpleroma%2Fweb%2Factivity_pub%2Fmrf%2Fno_empty_policy_test.exs;h=1e345d482f8ce12693c19749f4f41528785e6fe3;hb=6e1d9c63dadbd767d632ff550b12363f73895788;hp=fbcf6841416bc13640e52a8445e66e1f7bef53fe;hpb=76414ad277a52c55205ef2cdadd671ca4f07ddf9;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..1e345d482 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" },