From 90063ea7f887fff9a3cd5d63c16346d1e17cb001 Mon Sep 17 00:00:00 2001 From: hexxter Date: Wed, 11 Nov 2015 12:44:59 +0100 Subject: [PATCH] check the default value only checkable local. I removed it. --- tests/components/light/test_mqtt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/components/light/test_mqtt.py b/tests/components/light/test_mqtt.py index cb7b0a97f8e..f67d1cb15a0 100644 --- a/tests/components/light/test_mqtt.py +++ b/tests/components/light/test_mqtt.py @@ -104,8 +104,6 @@ class TestLightMQTT(unittest.TestCase): light_state = self.hass.states.get('light.test') self.assertEqual(100, light_state.attributes['brightness']) - self.assertEqual([0, 0], - light_state.attributes['xy_color']) xy = color_util.color_RGB_to_xy(125,125,125)