aboutsummaryrefslogtreecommitdiff
path: root/test/support/factory.ex
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-10-29 22:23:19 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-10-29 22:23:19 +0300
commitb27a92e8faacb25540f08e32f68f37555a889aff (patch)
treee496b859774953b644008bd7d831b65d25bc7617 /test/support/factory.ex
parent922e3d082c38ccd108710e21d4bda8e65b551f9c (diff)
parenteba8acff094cd63088f74424f14c9d807bb8e862 (diff)
downloadpleroma-b27a92e8faacb25540f08e32f68f37555a889aff.tar.gz
Merge branch 'develop' into issue/1276
Diffstat (limited to 'test/support/factory.ex')
-rw-r--r--test/support/factory.ex3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex
index 41e2b8004..e3f797f64 100644
--- a/test/support/factory.ex
+++ b/test/support/factory.ex
@@ -39,8 +39,7 @@ defmodule Pleroma.Factory do
user
| ap_id: User.ap_id(user),
follower_address: User.ap_followers(user),
- following_address: User.ap_following(user),
- following: [User.ap_id(user)]
+ following_address: User.ap_following(user)
}
end