Fix tests for frontend installation

This commit is contained in:
Ekaterina Vaartis 2023-03-30 19:25:35 +03:00
commit 6a63dced4a
2 changed files with 2 additions and 1 deletions

View file

@ -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}}
}