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
@ -63,7 +63,8 @@ defmodule Pleroma.Factory do
|
|||||||
ap_id: ap_id,
|
ap_id: ap_id,
|
||||||
follower_address: ap_id <> "/followers",
|
follower_address: ap_id <> "/followers",
|
||||||
following_address: ap_id <> "/following",
|
following_address: ap_id <> "/following",
|
||||||
featured_address: ap_id <> "/collections/featured"
|
featured_address: ap_id <> "/collections/featured",
|
||||||
|
inbox: "https://#{base_domain}/inbox"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
%{
|
%{
|
||||||
|
Loading…
Reference in New Issue
Block a user