diff options
author | Tusooa Zhu <tusooa@kazv.moe> | 2022-07-13 00:40:46 -0400 |
---|---|---|
committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-07-13 00:40:46 -0400 |
commit | eb2a1652bf3676de955a2912a42d50aa068131fa (patch) | |
tree | 66e6521655f5c711853f85aa859a722231f115d0 | |
parent | fbf9eced11e57e9b95fec23791efb7666480a6c1 (diff) | |
download | pleroma-eb2a1652bf3676de955a2912a42d50aa068131fa.tar.gz pleroma-eb2a1652bf3676de955a2912a42d50aa068131fa.zip |
Add tests for short_description
-rw-r--r-- | test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs index 9845408d6..13e3ffc0a 100644 --- a/test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs +++ b/test/pleroma/web/mastodon_api/controllers/instance_controller_test.exs @@ -22,6 +22,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceControllerTest do "uri" => _, "title" => _, "description" => _, + "short_description" => _, "version" => _, "email" => from_config_email, "urls" => %{ |