Fix SideEffectsTest

This commit is contained in:
Tusooa Zhu 2022-09-01 07:33:58 -04:00
parent 20a0dd6516
commit c32e28e1b0
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

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