mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fixed typo in universal media player test.
This commit is contained in:
parent
c396dbb570
commit
c1d057407b
@ -165,7 +165,7 @@ class TestMediaPlayer(unittest.TestCase):
|
|||||||
|
|
||||||
def test_check_config_bad_attributes(self):
|
def test_check_config_bad_attributes(self):
|
||||||
""" Check config with bad attributes """
|
""" Check config with bad attributes """
|
||||||
config = {'name': 'test', 'atttributes': [], 'platform': 'universal'}
|
config = {'name': 'test', 'attributes': [], 'platform': 'universal'}
|
||||||
|
|
||||||
response = universal.validate_config(config)
|
response = universal.validate_config(config)
|
||||||
self.assertTrue(response)
|
self.assertTrue(response)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user