mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Fixed typo in universal media player test.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user