mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
Convert config.components to a set (#5824)
This commit is contained in:
committed by
Johann Kellerman
parent
f3b9fa2f41
commit
c54517de90
@@ -728,7 +728,7 @@ class TestConfig(unittest.TestCase):
|
||||
CONF_UNIT_SYSTEM: METRIC_SYSTEM.as_dict(),
|
||||
'location_name': None,
|
||||
'time_zone': 'UTC',
|
||||
'components': [],
|
||||
'components': set(),
|
||||
'config_dir': '/tmp/ha-config',
|
||||
'version': __version__,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user