mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +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):
|
||||
""" Check config with bad attributes """
|
||||
config = {'name': 'test', 'atttributes': [], 'platform': 'universal'}
|
||||
config = {'name': 'test', 'attributes': [], 'platform': 'universal'}
|
||||
|
||||
response = universal.validate_config(config)
|
||||
self.assertTrue(response)
|
||||
|
Reference in New Issue
Block a user