Fixed typo in universal media player test.
parent
c396dbb570
commit
c1d057407b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue