diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 17:39:07 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 17:42:18 +0300 |
commit | beba7bbc8550aca07874e105b784b7a3cbe89838 (patch) | |
tree | 4dbcc9d553ea00c62acfb27bfec2d87b7bd79962 /test/support | |
parent | ade213cb35c8dc1a6f86e7b3836bc2ca86c8ff54 (diff) | |
download | pleroma-beba7bbc8550aca07874e105b784b7a3cbe89838.tar.gz |
removing synchronization worker
Diffstat (limited to 'test/support')
-rw-r--r-- | test/support/factory.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex index a9f750eec..531eb81e4 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -38,6 +38,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)] } end |