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 /test | |
| parent | 3037d2780c735846bc82994f620c970b104362a7 (diff) | |
| download | pleroma-6a63dced4a567e0ba84c3c1e796eff93ba015255.tar.gz pleroma-6a63dced4a567e0ba84c3c1e796eff93ba015255.zip | |
Fix tests for frontend installation
Diffstat (limited to 'test')
| -rw-r--r-- | test/pleroma/web/admin_api/controllers/frontend_controller_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/admin_api/controllers/frontend_controller_test.exs b/test/pleroma/web/admin_api/controllers/frontend_controller_test.exs index 38a23b224..0d1a4999e 100644 --- a/test/pleroma/web/admin_api/controllers/frontend_controller_test.exs +++ b/test/pleroma/web/admin_api/controllers/frontend_controller_test.exs @@ -89,6 +89,7 @@ defmodule Pleroma.Web.AdminAPI.FrontendControllerTest do "build_url" => "http://gensokyo.2hu/builds/${ref}", "git" => nil, "installed" => true, + "installed_refs" => ["fantasy"], "name" => "pleroma", "ref" => "fantasy" } |
