From c1d057407b20496b09ed3903e65210030db792bd Mon Sep 17 00:00:00 2001 From: Ryan Kraus Date: Sat, 30 Jan 2016 11:53:15 -0500 Subject: [PATCH] Fixed typo in universal media player test. --- tests/components/media_player/test_universal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/media_player/test_universal.py b/tests/components/media_player/test_universal.py index 26e8b517936..6600f9091ed 100644 --- a/tests/components/media_player/test_universal.py +++ b/tests/components/media_player/test_universal.py @@ -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)