Test Factory: ensure remote users have a valid inbox
Without a valid inbox we can't generate the publish_one Oban jobs
This commit is contained in:
parent
0319d1ad3c
commit
21fee42157
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ def user_factory(attrs \\ %{}) do
|
|||
ap_id: ap_id,
|
||||
follower_address: ap_id <> "/followers",
|
||||
following_address: ap_id <> "/following",
|
||||
featured_address: ap_id <> "/collections/featured"
|
||||
featured_address: ap_id <> "/collections/featured",
|
||||
inbox: "https://#{base_domain}/inbox"
|
||||
}
|
||||
else
|
||||
%{
|
||||
|
|
Loading…
Reference in a new issue