fix CSS
[akkoma] / test / web / mastodon_api / controllers / instance_controller_test.exs
index 95ee26416768c7629be362c73ff66ea1aef44666..6a9ccd97983c6f9dc50b2026b0a90045d0cb5007 100644 (file)
@@ -27,12 +27,15 @@ defmodule Pleroma.Web.MastodonAPI.InstanceControllerTest do
              "thumbnail" => _,
              "languages" => _,
              "registrations" => _,
+             "approval_required" => _,
              "poll_limits" => _,
              "upload_limit" => _,
              "avatar_upload_limit" => _,
              "background_upload_limit" => _,
              "banner_upload_limit" => _,
-             "background_image" => _
+             "background_image" => _,
+             "chat_limit" => _,
+             "description_limit" => _
            } = result
 
     assert result["pleroma"]["metadata"]["account_activation_required"] != nil