mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Spelling fixes (#11940)
This commit is contained in:
committed by
Paulus Schoutsen
parent
94316f07a2
commit
55ee8959ba
@@ -48,7 +48,7 @@ class TestYaml(unittest.TestCase):
|
||||
load_yaml_config_file(YAML_CONFIG_FILE)
|
||||
|
||||
def test_no_key(self):
|
||||
"""Test item without an key."""
|
||||
"""Test item without a key."""
|
||||
files = {YAML_CONFIG_FILE: 'a: a\nnokeyhere'}
|
||||
with self.assertRaises(HomeAssistantError), \
|
||||
patch_yaml_files(files):
|
||||
|
||||
Reference in New Issue
Block a user