summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-08-29 14:40:31 -0400
committerMark Felder <feld@feld.me>2024-08-29 16:05:40 -0400
commit2b39956acbc3ccd87a43cd4ddbd5976adcac5936 (patch)
treeff0b6d1d7672c2ff6016800bd717129fefb7c5e6
parent990b2058df11cc32f260d0ffcf7dd0f342d435b4 (diff)
downloadpleroma-2b39956acbc3ccd87a43cd4ddbd5976adcac5936.tar.gz
pleroma-2b39956acbc3ccd87a43cd4ddbd5976adcac5936.zip
Fix test title to be more specific as it has a broader but incorrect meaning
-rw-r--r--test/pleroma/web/activity_pub/activity_pub_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/activity_pub/activity_pub_controller_test.exs b/test/pleroma/web/activity_pub/activity_pub_controller_test.exs
index 1b959f324..762fca0a1 100644
--- 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!()