From 54106d2acfaaad8346110d521b2e63074c523586 Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Wed, 11 Jun 2025 22:20:01 +0200 Subject: [PATCH] typo in comment Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/components/knx/test_config_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/knx/test_config_store.py b/tests/components/knx/test_config_store.py index b67724642db..45ecb3644a5 100644 --- a/tests/components/knx/test_config_store.py +++ b/tests/components/knx/test_config_store.py @@ -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",