mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-23 21:24:00 +01:00
Fix SideEffectsTest
This commit is contained in:
parent
7b9cc9a9b0
commit
dfd6c96808
1 changed files with 1 additions and 1 deletions
|
@ -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(:_))
|
||||
|
|
Loading…
Add table
Reference in a new issue