mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
typo in comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0c7805bc66
commit
54106d2acf
@ -434,7 +434,7 @@ async def test_validate_entity(
|
||||
assert res["success"], res
|
||||
assert res["result"]["success"] is False
|
||||
# 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"] == [
|
||||
"data",
|
||||
"knx",
|
||||
|
Loading…
x
Reference in New Issue
Block a user