Merge branch 'tagline' into 'develop'
[akkoma] / test / web / mastodon_api / controllers / suggestion_controller_test.exs
index f120bd0cd17828d5f0da7fdfcd67935b226bfd88..7f08e187cfcfe650abae8c5b554d0a63b6a2f00c 100644 (file)
@@ -11,7 +11,7 @@ defmodule Pleroma.Web.MastodonAPI.SuggestionControllerTest do
     res =
       conn
       |> get("/api/v1/suggestions")
-      |> json_response(200)
+      |> json_response_and_validate_schema(200)
 
     assert res == []
   end