logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 2b39956acbc3ccd87a43cd4ddbd5976adcac5936
parent 990b2058df11cc32f260d0ffcf7dd0f342d435b4
Author: Mark Felder <feld@feld.me>
Date:   Thu, 29 Aug 2024 14:40:31 -0400

Fix test title to be more specific as it has a broader but incorrect meaning

Diffstat:

Mtest/pleroma/web/activity_pub/activity_pub_controller_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/pleroma/web/activity_pub/activity_pub_controller_test.exs b/test/pleroma/web/activity_pub/activity_pub_controller_test.exs @@ -657,7 +657,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do end test "without valid signature, " <> - "it only accepts Create activities and requires enabled federation", + "it accepts Create activities and requires enabled federation", %{conn: conn} do data = File.read!("test/fixtures/mastodon-post-activity.json") |> Jason.decode!() non_create_data = File.read!("test/fixtures/mastodon-announce.json") |> Jason.decode!()