fix test after removing esshd/SSH feature

This commit is contained in:
duponin 2023-04-16 16:03:49 +02:00
parent 0231a09310
commit b2dc9ad9d8
1 changed files with 1 additions and 1 deletions

View File

@ -1509,7 +1509,7 @@ test "filters by database configuration whitelist", %{conn: conn} 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