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",