Mix format
[akkoma] / test / pleroma / web / mastodon_api / controllers / timeline_controller_test.exs
index fcc7a204eb58b429d7afd4246ded0a7d30cc59dc..eed12234f0afa1da216a1a1e4d67732873d6bccb 100644 (file)
@@ -423,10 +423,9 @@ defmodule Pleroma.Web.MastodonAPI.TimelineControllerTest do
     test "should not return 404 if local is specified" do
       clear_config([:instance, :federated_timeline_available], false)
 
-      result =
-        build_conn()
-        |> get("/api/v1/timelines/public?local=true")
-        |> json_response_and_validate_schema(200)
+      build_conn()
+      |> get("/api/v1/timelines/public?local=true")
+      |> json_response_and_validate_schema(200)
     end
   end