logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: b2dc9ad9d8bba1ddc213bc98b68b2d64b172733d
parent 0231a09310895bd2af24eff221de97eb8c92307e
Author: duponin <duponin@locahlo.st>
Date:   Sun, 16 Apr 2023 16:03:49 +0200

fix test after removing esshd/SSH feature

Diffstat:

Mtest/pleroma/web/admin_api/controllers/config_controller_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/pleroma/web/admin_api/controllers/config_controller_test.exs b/test/pleroma/web/admin_api/controllers/config_controller_test.exs @@ -1509,7 +1509,7 @@ defmodule Pleroma.Web.AdminAPI.ConfigControllerTest do children = json_response_and_validate_schema(conn, 200) - assert length(children) == 4 + assert length(children) == 3 assert Enum.count(children, fn c -> c["group"] == ":pleroma" end) == 3