Fix simple typo: unhasable -> unhashable (#28605)
This commit is contained in:
parent
5032c5a04c
commit
c3f07347a1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def test_simple_dict():
|
|||
|
||||
|
||||
def test_unhashable_key():
|
||||
"""Test an unhasable key."""
|
||||
"""Test an unhashable key."""
|
||||
files = {YAML_CONFIG_FILE: "message:\n {{ states.state }}"}
|
||||
with pytest.raises(HomeAssistantError), patch_yaml_files(files):
|
||||
load_yaml_config_file(YAML_CONFIG_FILE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue