Fixed typo in universal media player test.

pull/1049/head
Ryan Kraus 2016-01-30 11:53:15 -05:00
parent c396dbb570
commit c1d057407b
1 changed files with 1 additions and 1 deletions

View File

@ -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)