summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-06-03 21:50:49 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-06-03 21:50:49 -0400
commit72ac940618efe56e14f02e23e5af75ae275a5c26 (patch)
treebbf40a852272e412c8f0d84c37411ecbda7131f2
parent3249ac1f12b69718cacc193c020e8bdccf167a9e (diff)
downloadpleroma-72ac940618efe56e14f02e23e5af75ae275a5c26.tar.gz
pleroma-72ac940618efe56e14f02e23e5af75ae275a5c26.zip
Fix SideEffectsTest
-rw-r--r--test/pleroma/web/activity_pub/side_effects_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/activity_pub/side_effects_test.exs b/test/pleroma/web/activity_pub/side_effects_test.exs
index 62394b058..c709ac75a 100644
--- a/test/pleroma/web/activity_pub/side_effects_test.exs
+++ b/test/pleroma/web/activity_pub/side_effects_test.exs
@@ -144,6 +144,7 @@ defmodule Pleroma.Web.ActivityPub.SideEffectsTest do
setup do
user = insert(:user)
note = insert(:note, user: user)
+ _note_activity = insert(:note_activity, note: note)
updated_note =
note.data