Add follow information refetching after following/unfollowing
[akkoma] / test / web / activity_pub / transmogrifier_test.exs
index 825e998793cf6170ea99f37d5ea1c8806c3591b8..6d05138fbf3a81667444a1b38f879e66ab3e3fab 100644 (file)
@@ -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