summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-04-13 14:12:51 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-04-13 14:12:51 +0400
commitdc8fa04192cc133749e762b78ec043e0902d046d (patch)
tree06e827fb1f4ef95f266ac98f4ca0f23eaf3aea8c /test/web/activity_pub
parentdd612f86ae85248062159d3d21f4a98cd3b4d65e (diff)
parent7ee35eb9a6a55ef610eb02a04a33f67e5921cff3 (diff)
downloadpleroma-dc8fa04192cc133749e762b78ec043e0902d046d.tar.gz
pleroma-dc8fa04192cc133749e762b78ec043e0902d046d.zip
Merge branch 'develop' into global-status-expiration
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r--test/web/activity_pub/transmogrifier_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/transmogrifier_test.exs b/test/web/activity_pub/transmogrifier_test.exs
index 1299683fd..2332029e5 100644
--- a/test/web/activity_pub/transmogrifier_test.exs
+++ b/test/web/activity_pub/transmogrifier_test.exs
@@ -1618,7 +1618,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
})
user_two = insert(:user)
- Pleroma.FollowingRelationship.follow(user_two, user, "accept")
+ Pleroma.FollowingRelationship.follow(user_two, user, :follow_accept)
{:ok, activity} = CommonAPI.post(user, %{"status" => "test"})
{:ok, unrelated_activity} = CommonAPI.post(user_two, %{"status" => "test"})