mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
typo in comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -434,7 +434,7 @@ async def test_validate_entity(
|
|||||||
assert res["success"], res
|
assert res["success"], res
|
||||||
assert res["result"]["success"] is False
|
assert res["result"]["success"] is False
|
||||||
# This shall test that a required key of the second GroupSelect schema is missing
|
# This shall test that a required key of the second GroupSelect schema is missing
|
||||||
# and not not yield the "extra keys not allowed" error of the first GroupSelect Schema
|
# and not yield the "extra keys not allowed" error of the first GroupSelect Schema
|
||||||
assert res["result"]["errors"][0]["path"] == [
|
assert res["result"]["errors"][0]["path"] == [
|
||||||
"data",
|
"data",
|
||||||
"knx",
|
"knx",
|
||||||
|
Reference in New Issue
Block a user