Downgrade Plug to 1.10.x, revert upload_limit tuple to function change
[akkoma] / test / pleroma / web / mastodon_api / controllers / media_controller_test.exs
index d2bd57515bb84e08e53939e7a7d5bbd1e589d373..39d7f99f6596c01d3510a6d6689b994fc80bec67 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.MastodonAPI.MediaControllerTest do
@@ -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