Component set add unsing OR (#5880)

This commit is contained in:
Johann Kellerman 2017-02-11 23:27:06 +02:00 committed by GitHub
parent 5ad934907a
commit abaf9e53c2

View File

@ -25,7 +25,7 @@ class TestComponentLogbook(unittest.TestCase):
"""Setup things to be run when tests are started."""
self.hass = get_test_home_assistant()
mock_http_component(self.hass)
self.hass.config.components &= set(['frontend', 'recorder', 'api'])
self.hass.config.components |= set(['frontend', 'recorder', 'api'])
with patch('homeassistant.components.logbook.'
'register_built_in_panel'):
assert setup_component(self.hass, logbook.DOMAIN,