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 6d148b6637
commit 2f301bbb87
1 changed files with 1 additions and 1 deletions

View File

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