diff options
| author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-01 17:28:00 +0300 |
|---|---|---|
| committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-01 17:28:00 +0300 |
| commit | 23d279e03ee1f7a1285614754738711359bc4b81 (patch) | |
| tree | 4ec0b67b1ef6f8588546d5fb04e09a2b8a4aa57a /test/web/salmon | |
| parent | cdfd02e90455fe7c01026efb48af3194cc82252b (diff) | |
| download | pleroma-23d279e03ee1f7a1285614754738711359bc4b81.tar.gz pleroma-23d279e03ee1f7a1285614754738711359bc4b81.zip | |
[#1149] Replaced RetryQueue with oban-based retries.
Diffstat (limited to 'test/web/salmon')
| -rw-r--r-- | test/web/salmon/salmon_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/salmon/salmon_test.exs b/test/web/salmon/salmon_test.exs index e86e76fe9..0186f3fef 100644 --- a/test/web/salmon/salmon_test.exs +++ b/test/web/salmon/salmon_test.exs @@ -96,6 +96,6 @@ defmodule Pleroma.Web.Salmon.SalmonTest do Salmon.publish(user, activity) - assert called(Publisher.enqueue_one(Salmon, %{recipient: mentioned_user})) + assert called(Publisher.enqueue_one(Salmon, %{recipient_id: mentioned_user.id})) end end |
