aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/web/mastodon_api
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2022-10-10 13:20:28 -0400
committerMark Felder <feld@feld.me>2022-10-10 13:20:28 -0400
commitb3a02c6b9f823798fb6e077cf36dcf123a3bad7e (patch)
tree315adc61df49588a6992e7c55021d13966b6240e /test/pleroma/web/mastodon_api
parent7ac4e858a019891ce5873936db1b4a0ec0566a97 (diff)
parent8042e0ebe1277519d446a7e2fbcf17629c1ffab2 (diff)
downloadpleroma-finch_everywhere.tar.gz
Merge branch 'develop' into finch_everywherefinch_everywhere
Diffstat (limited to 'test/pleroma/web/mastodon_api')
-rw-r--r--test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs
index 1328b42c9..b13a8033b 100644
--- a/test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs
+++ b/test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs
@@ -944,7 +944,7 @@ defmodule Pleroma.Web.MastodonAPI.TimelineControllerTest do
end
end
- describe "hashtag timeline handling of :restrict_unauthenticated setting" do
+ describe "hashtag timeline handling of restrict_unauthenticated setting" do
setup do
user = insert(:user)
{:ok, activity1} = CommonAPI.post(user, %{status: "test #tag1"})