Fix SideEffectsTest

This commit is contained in:
Tusooa Zhu 2022-09-01 07:33:58 -04:00 committed by XxXCertifiedForkliftDriverXxX
parent 7b9cc9a9b0
commit dfd6c96808
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,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(:_))