diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-02 20:41:53 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-03 03:58:22 +0200 |
commit | 2f301bbb87ca393f2b2355f53ee9de13fc020a5e (patch) | |
tree | 527bcf4d3720c72032f972d18bdf498978f54cd0 /test/pleroma | |
parent | 6d148b6637af5eb96435cd802886d71b461b760e (diff) | |
download | pleroma-2f301bbb87ca393f2b2355f53ee9de13fc020a5e.tar.gz |
timeline_controller_test: Fix test name for elixir 1.14
Diffstat (limited to 'test/pleroma')
-rw-r--r-- | test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs | 2 |
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"}) |