Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes
[akkoma] / test / pleroma / web / activity_pub / mrf / simple_policy_test.exs
index 9c263c7e6fd1cc50de0069d4acf10555c41d7c42..0b0143d09435386e792bf6a2cedf1990923b1579 100644 (file)
@@ -522,7 +522,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.SimplePolicyTest do
 
   defp build_local_message do
     %{
-      "actor" => "#{Pleroma.Web.base_url()}/users/alice",
+      "actor" => "#{Pleroma.Web.Endpoint.url()}/users/alice",
       "to" => [],
       "cc" => []
     }