X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Ffactory.ex;h=af580021c9ba46ecd16867ee047ca84ddd05909b;hb=1963e143c5feace9eb9a3be29b0eeba2ad88751a;hp=6e22b66a417e7837cf4986f0d082b6f9884ef826;hpb=1471b70ef1550df91687276968108231f1bab604;p=akkoma diff --git a/test/support/factory.ex b/test/support/factory.ex index 6e22b66a4..af580021c 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -67,6 +67,7 @@ defmodule Pleroma.Factory do data = %{ "type" => "Note", "content" => text, + "source" => text, "id" => Pleroma.Web.ActivityPub.Utils.generate_object_id(), "actor" => user.ap_id, "to" => ["https://www.w3.org/ns/activitystreams#Public"],