Merge pull request 'Small improvements to the Gentoo installation isntructions' ...
[akkoma] / test / pleroma / web / mastodon_api / controllers / timeline_controller_test.exs
index cf60ba93e26aa39e66d3f7d0a66ef15dfdc95377..f609db7a43de53157aa02627ca74d45ca312c673 100644 (file)
@@ -1018,9 +1018,9 @@ defmodule Pleroma.Web.MastodonAPI.TimelineControllerTest do
       ensure_authenticated_access(base_uri)
     end
 
-    test "with `%{local: true, federated: false}`, forbids unauthenticated access to public timeline" <>
-           "(but not to local public activities which are delivered as part of federated timeline)",
+    test "with `%{local: true, federated: false}`, forbids unauthenticated access to public timeline",
          %{conn: conn, base_uri: base_uri, error_response: error_response} do
+      # (but not to local public activities which are delivered as part of federated timeline)
       clear_config([:restrict_unauthenticated, :timelines, :local], true)
       clear_config([:restrict_unauthenticated, :timelines, :federated], false)