diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-09-02 20:41:53 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-11-27 04:25:48 +0100 |
commit | f12ddcd697e2120ab5e21f450e4b2ed2c9bf2f53 (patch) | |
tree | 0c05f4be311bb80a696a24ef67a003877c8d7ef0 | |
parent | 09ab51eebb5e1dc00279a1878e663557c7ba99d9 (diff) | |
download | pleroma-f12ddcd697e2120ab5e21f450e4b2ed2c9bf2f53.tar.gz pleroma-f12ddcd697e2120ab5e21f450e4b2ed2c9bf2f53.zip |
timeline_controller_test: Fix test name for elixir 1.14
-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 ed1286675..6abc55ea6 100644 --- 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"}) |