OpenAPI: MastodonAPI Media Controller
[akkoma] / test / pleroma / web / mastodon_api / controllers / media_controller_test.exs
index 6c8f984d50ea9009364fe4a7ffd6400fbaa8ade2..39d7f99f6596c01d3510a6d6689b994fc80bec67 100644 (file)
@@ -140,7 +140,7 @@ defmodule Pleroma.Web.MastodonAPI.MediaControllerTest do
 
       conn
       |> get("/api/v1/media/#{object.id}")
-      |> json_response(403)
+      |> json_response_and_validate_schema(403)
     end
   end
 end