diff options
author | duponin <duponin@locahlo.st> | 2023-04-16 16:03:49 +0200 |
---|---|---|
committer | duponin <duponin@locahlo.st> | 2023-04-23 10:47:17 +0200 |
commit | b2dc9ad9d8bba1ddc213bc98b68b2d64b172733d (patch) | |
tree | 9ab5902d0727b55d958b63fddfd13ee0434877d9 /test | |
parent | 0231a09310895bd2af24eff221de97eb8c92307e (diff) | |
download | pleroma-b2dc9ad9d8bba1ddc213bc98b68b2d64b172733d.tar.gz pleroma-b2dc9ad9d8bba1ddc213bc98b68b2d64b172733d.zip |
fix test after removing esshd/SSH feature
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/admin_api/controllers/config_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/admin_api/controllers/config_controller_test.exs b/test/pleroma/web/admin_api/controllers/config_controller_test.exs index f13a9bd42..19ce3681c 100644 --- 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 |