Fix SideEffectsTest
This commit is contained in:
parent
20a0dd6516
commit
c32e28e1b0
|
@ -545,7 +545,7 @@ test "it streams out the announce", %{announce: announce} 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(:_))
|
||||
|
|
Loading…
Reference in New Issue