logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 21fee4215766e7f728ff390076299be4560ce279
parent 0319d1ad3c68e5942ef934a10d44151cc34290a8
Author: Mark Felder <feld@feld.me>
Date:   Tue,  6 Aug 2024 11:54:18 -0400

Test Factory: ensure remote users have a valid inbox

Without a valid inbox we can't generate the publish_one Oban jobs

Diffstat:

Mtest/support/factory.ex3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/support/factory.ex b/test/support/factory.ex @@ -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 %{