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:
Mark Felder 2024-08-06 11:54:18 -04:00
parent 0319d1ad3c
commit 21fee42157

View file

@ -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
%{