summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/timeline_controller_test.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-12-08 21:25:26 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-12-08 21:25:26 +0300
commit95e6a2acd9b18356e942172aa416d42031e8a17f (patch)
treed5093f04fc555435f022c9b3b1f7ce6e945f0199 /test/web/mastodon_api/controllers/timeline_controller_test.exs
parent3fe7a1fd35a9ca81b158eff6dbcc25ca48cbf96d (diff)
parentaf5fef1f228a1781d7d9cad490d3b3a783389f5e (diff)
downloadpleroma-95e6a2acd9b18356e942172aa416d42031e8a17f.tar.gz
pleroma-95e6a2acd9b18356e942172aa416d42031e8a17f.zip
Merge branch 'develop' into issue/1342
Diffstat (limited to 'test/web/mastodon_api/controllers/timeline_controller_test.exs')
-rw-r--r--test/web/mastodon_api/controllers/timeline_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/timeline_controller_test.exs b/test/web/mastodon_api/controllers/timeline_controller_test.exs
index 61b6cea75..dc17cc963 100644
--- a/test/web/mastodon_api/controllers/timeline_controller_test.exs
+++ b/test/web/mastodon_api/controllers/timeline_controller_test.exs
@@ -194,7 +194,7 @@ defmodule Pleroma.Web.MastodonAPI.TimelineControllerTest do
blocker = insert(:user)
blocked = insert(:user)
user = insert(:user)
- {:ok, blocker} = User.block(blocker, blocked)
+ {:ok, _user_relationship} = User.block(blocker, blocked)
{:ok, _blocked_direct} =
CommonAPI.post(blocked, %{