Merge branch '1925-muting-reblogs' into 'develop'
[akkoma] / test / web / mastodon_api / controllers / instance_controller_test.exs
index 95ee26416768c7629be362c73ff66ea1aef44666..cc880d82ca4ab814e73cb04debee6d128bf04b65 100644 (file)
@@ -32,7 +32,9 @@ defmodule Pleroma.Web.MastodonAPI.InstanceControllerTest do
              "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