diff options
author | Tusooa Zhu <tusooa@kazv.moe> | 2022-06-03 21:50:49 -0400 |
---|---|---|
committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-06-03 21:50:49 -0400 |
commit | 72ac940618efe56e14f02e23e5af75ae275a5c26 (patch) | |
tree | bbf40a852272e412c8f0d84c37411ecbda7131f2 | |
parent | 3249ac1f12b69718cacc193c020e8bdccf167a9e (diff) | |
download | pleroma-72ac940618efe56e14f02e23e5af75ae275a5c26.tar.gz |
Fix SideEffectsTest
-rw-r--r-- | test/pleroma/web/activity_pub/side_effects_test.exs | 1 |
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 |