logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: c32e28e1b09021647d6229236a689852410dffe5
parent 20a0dd6516e453cdedb5a7a2b7356c529eeacf84
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Thu,  1 Sep 2022 07:33:58 -0400

Fix SideEffectsTest

Diffstat:

Mtest/pleroma/web/activity_pub/side_effects_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/pleroma/web/activity_pub/side_effects_test.exs b/test/pleroma/web/activity_pub/side_effects_test.exs @@ -545,7 +545,7 @@ defmodule Pleroma.Web.ActivityPub.SideEffectsTest do {:ok, announce, _} = SideEffects.handle(announce) assert called( - Pleroma.Web.Streamer.stream(["user", "list", "public", "public:local"], announce) + Pleroma.Web.Streamer.stream(["user", "list"], announce) ) assert called(Pleroma.Web.Push.send(:_))