diff options
Diffstat (limited to 'test/support')
| -rw-r--r-- | test/support/factory.ex | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/test/support/factory.ex b/test/support/factory.ex index e517d5bc6..6e22b66a4 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -42,7 +42,8 @@ defmodule Pleroma.Factory do        user        | ap_id: User.ap_id(user),          follower_address: User.ap_followers(user), -        following_address: User.ap_following(user) +        following_address: User.ap_following(user), +        raw_bio: user.bio      }    end | 
