diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-08 20:14:28 +0300 | 
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-08 20:14:28 +0300 | 
| commit | 6fbafb1cdcba3dc2a7e8b9718e295c9811a726d9 (patch) | |
| tree | 6b8e22663fd5b6d5cdf3afaa4b306775d59b503a /test/web/activity_pub/transmogrifier | |
| parent | 49bb0a130f93476d32d3177d7a989b7a98a063f2 (diff) | |
| parent | af5fef1f228a1781d7d9cad490d3b3a783389f5e (diff) | |
| download | pleroma-6fbafb1cdcba3dc2a7e8b9718e295c9811a726d9.tar.gz pleroma-6fbafb1cdcba3dc2a7e8b9718e295c9811a726d9.zip  | |
Merge branch 'develop' into issue/1276
Diffstat (limited to 'test/web/activity_pub/transmogrifier')
| -rw-r--r-- | test/web/activity_pub/transmogrifier/follow_handling_test.exs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/transmogrifier/follow_handling_test.exs b/test/web/activity_pub/transmogrifier/follow_handling_test.exs index 75cfbea2e..7d6d0814d 100644 --- a/test/web/activity_pub/transmogrifier/follow_handling_test.exs +++ b/test/web/activity_pub/transmogrifier/follow_handling_test.exs @@ -128,7 +128,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.FollowHandlingTest do        user = insert(:user)        {:ok, target} = User.get_or_fetch("http://mastodon.example.org/users/admin") -      {:ok, user} = User.block(user, target) +      {:ok, _user_relationship} = User.block(user, target)        data =          File.read!("test/fixtures/mastodon-follow-activity.json")  | 
