mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
Code styling tweaks to the tests - Part 2 (#86662)
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
This commit is contained in:
@@ -1768,7 +1768,10 @@ async def test_validate_config_works(websocket_client, key, config):
|
||||
"entity_id": "hello.world",
|
||||
"state": "paulus",
|
||||
},
|
||||
"Unexpected value for condition: 'non_existing'. Expected and, device, not, numeric_state, or, state, sun, template, time, trigger, zone",
|
||||
(
|
||||
"Unexpected value for condition: 'non_existing'. Expected and, device,"
|
||||
" not, numeric_state, or, state, sun, template, time, trigger, zone"
|
||||
),
|
||||
),
|
||||
(
|
||||
"action",
|
||||
|
||||
Reference in New Issue
Block a user