mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-13 12:31:13 +00:00
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 @@ defmodule Pleroma.Factory 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