summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-07-10 16:01:32 +0300
committerAlex S <alex.strizhakov@gmail.com>2019-07-10 17:42:18 +0300
commitf8786fa6f27b1934b48b69fce5d285ebddefda92 (patch)
tree3a8cc24f2688453aac11424f5bd982f526e19e29 /test
parentb972b972e00d1528f77fe726e066f35cf1323cb7 (diff)
downloadpleroma-f8786fa6f27b1934b48b69fce5d285ebddefda92.tar.gz
pleroma-f8786fa6f27b1934b48b69fce5d285ebddefda92.zip
adding following_address field to user
Diffstat (limited to 'test')
-rw-r--r--test/web/activity_pub/transmogrifier_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/activity_pub/transmogrifier_test.exs b/test/web/activity_pub/transmogrifier_test.exs
index 825e99879..6d05138fb 100644
--- a/test/web/activity_pub/transmogrifier_test.exs
+++ b/test/web/activity_pub/transmogrifier_test.exs
@@ -1121,6 +1121,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
assert user.info.ap_enabled
assert user.info.note_count == 1
assert user.follower_address == "https://niu.moe/users/rye/followers"
+ assert user.following_address == "https://niu.moe/users/rye/following"
user = User.get_cached_by_id(user.id)
assert user.info.note_count == 1