fix test after removing esshd/SSH feature
This commit is contained in:
parent
0231a09310
commit
b2dc9ad9d8
|
@ -1509,7 +1509,7 @@ test "filters by database configuration whitelist", %{conn: conn} do
|
||||||
|
|
||||||
children = json_response_and_validate_schema(conn, 200)
|
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
|
assert Enum.count(children, fn c -> c["group"] == ":pleroma" end) == 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue