commit: f12ddcd697e2120ab5e21f450e4b2ed2c9bf2f53
parent 09ab51eebb5e1dc00279a1878e663557c7ba99d9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 2 Sep 2022 20:41:53 +0200
timeline_controller_test: Fix test name for elixir 1.14
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs
@@ -885,7 +885,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"})