timeline_controller_test: Fix test name for elixir 1.14

This commit is contained in:
Haelwenn (lanodan) Monnier 2022-09-02 20:41:53 +02:00
parent 09ab51eebb
commit f12ddcd697
1 changed files with 1 additions and 1 deletions

View File

@ -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"})