mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
Convert config.components to a set (#5824)
This commit is contained in:
committed by
Johann Kellerman
parent
f3b9fa2f41
commit
c54517de90
@@ -16,7 +16,7 @@ class TestLightRfxtrx(unittest.TestCase):
|
||||
def setUp(self):
|
||||
"""Setup things to be run when tests are started."""
|
||||
self.hass = get_test_home_assistant()
|
||||
self.hass.config.components = ['rfxtrx']
|
||||
self.hass.config.components = set(['rfxtrx'])
|
||||
|
||||
def tearDown(self):
|
||||
"""Stop everything that was started."""
|
||||
|
||||
Reference in New Issue
Block a user