diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-09-01 07:33:58 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-09-01 07:33:58 -0400 |
| commit | c32e28e1b09021647d6229236a689852410dffe5 (patch) | |
| tree | 81b609d981750cdf671f01cd3a85bc65faad5491 /test | |
| parent | 20a0dd6516e453cdedb5a7a2b7356c529eeacf84 (diff) | |
| download | pleroma-c32e28e1b09021647d6229236a689852410dffe5.tar.gz pleroma-c32e28e1b09021647d6229236a689852410dffe5.zip | |
Fix SideEffectsTest
Diffstat (limited to 'test')
| -rw-r--r-- | test/pleroma/web/activity_pub/side_effects_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/activity_pub/side_effects_test.exs b/test/pleroma/web/activity_pub/side_effects_test.exs index 64c4a8c14..2cbb64e8f 100644 --- 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(:_)) |
