summaryrefslogtreecommitdiff
path: root/test/notification_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-05 12:28:28 +0200
committerlain <lain@soykaf.club>2020-05-05 12:28:28 +0200
commitdb55dc944581b1d4b50d1608b2e991050ea29bb3 (patch)
tree3bbc2b7ed1de3a24c084402170edc28c9e89ae0f /test/notification_test.exs
parentad771546d886171ea8c3e7694fad393eaa5a2017 (diff)
downloadpleroma-db55dc944581b1d4b50d1608b2e991050ea29bb3.tar.gz
pleroma-db55dc944581b1d4b50d1608b2e991050ea29bb3.zip
ActivityPub: Remove `react_with_emoji`.
Diffstat (limited to 'test/notification_test.exs')
-rw-r--r--test/notification_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notification_test.exs b/test/notification_test.exs
index 601a6c0ca..bd562c85c 100644
--- a/test/notification_test.exs
+++ b/test/notification_test.exs
@@ -24,7 +24,7 @@ defmodule Pleroma.NotificationTest do
other_user = insert(:user)
{:ok, activity} = CommonAPI.post(user, %{"status" => "yeah"})
- {:ok, activity, _object} = CommonAPI.react_with_emoji(activity.id, other_user, "☕")
+ {:ok, activity} = CommonAPI.react_with_emoji(activity.id, other_user, "☕")
{:ok, [notification]} = Notification.create_notifications(activity)