diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2023-03-30 19:25:35 +0300 |
---|---|---|
committer | Ekaterina Vaartis <vaartis@kotobank.ch> | 2023-03-30 19:25:35 +0300 |
commit | 6a63dced4a567e0ba84c3c1e796eff93ba015255 (patch) | |
tree | 475d49d74def7d62d4f17d789d0ad1460c161218 /lib | |
parent | 3037d2780c735846bc82994f620c970b104362a7 (diff) | |
download | pleroma-6a63dced4a567e0ba84c3c1e796eff93ba015255.tar.gz pleroma-6a63dced4a567e0ba84c3c1e796eff93ba015255.zip |
Fix tests for frontend installation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/admin/frontend_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/admin/frontend_operation.ex b/lib/pleroma/web/api_spec/operations/admin/frontend_operation.ex index 89b1c474c..3e85c44d2 100644 --- a/lib/pleroma/web/api_spec/operations/admin/frontend_operation.ex +++ b/lib/pleroma/web/api_spec/operations/admin/frontend_operation.ex @@ -51,7 +51,7 @@ defmodule Pleroma.Web.ApiSpec.Admin.FrontendOperation do name: %Schema{type: :string}, git: %Schema{type: :string, format: :uri, nullable: true}, build_url: %Schema{type: :string, format: :uri, nullable: true}, - ref: %Schema{type: :string}, + ref: %Schema{type: :string, nullable: true}, installed: %Schema{type: :boolean}, installed_refs: %Schema{type: :array, items: %Schema{type: :string}} } |