summaryrefslogtreecommitdiff
path: root/test/web/salmon
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-09-19 07:35:34 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-09-19 07:35:34 +0300
commitd4ed3a35b8aa34cd968113970bbab445eb251703 (patch)
treedbbf93e12e33932d7774ab72fb54ff0ee08031d1 /test/web/salmon
parent2b40e57a72f3ee3209b204a5ae5e0221b1d66c7e (diff)
parentf95a2b2cda236f7c0e5ced2a4698e2b10d99fa53 (diff)
downloadpleroma-d4ed3a35b8aa34cd968113970bbab445eb251703.tar.gz
pleroma-d4ed3a35b8aa34cd968113970bbab445eb251703.zip
Merge branch 'develop' into test/activity_pub/transmogrifier.ex
Diffstat (limited to 'test/web/salmon')
-rw-r--r--test/web/salmon/salmon_test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/salmon/salmon_test.exs b/test/web/salmon/salmon_test.exs
index e86e76fe9..153ec41ac 100644
--- a/test/web/salmon/salmon_test.exs
+++ b/test/web/salmon/salmon_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.Salmon.SalmonTest do
@@ -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