summaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-03 15:06:33 +0000
committerlain <lain@soykaf.club>2020-07-03 15:06:33 +0000
commitc2a052a346d5104c3657343a885255d4d7179c75 (patch)
treeef282dbf322252db36851cf021e2cf67bd18e013 /test/support
parent9a27ef47f1a3a95952f9c9b416e190f86b91b0ee (diff)
parentcbf2fe9649da34e78ddbc0f11c3fcc2599aa1c7a (diff)
downloadpleroma-c2a052a346d5104c3657343a885255d4d7179c75.tar.gz
pleroma-c2a052a346d5104c3657343a885255d4d7179c75.zip
Merge branch 'features/mastoapi-2.9.0-status_text' into 'develop'
MastoAPI 2.9.0: status text on deletion See merge request pleroma/pleroma!2690
Diffstat (limited to 'test/support')
-rw-r--r--test/support/factory.ex1
1 files changed, 1 insertions, 0 deletions
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"],