Fix vera tests with python3.11 (#88124)
This commit is contained in:
parent
e7d5943c90
commit
4d90d3cd91
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class ComponentFactory:
|
|||
if controller_config.legacy_entity_unique_id:
|
||||
component_config[CONF_LEGACY_UNIQUE_ID] = True
|
||||
|
||||
controller: pv.VeraController = MagicMock(spec=pv.VeraController)
|
||||
controller: pv.VeraController = MagicMock()
|
||||
controller.base_url = component_config.get(CONF_CONTROLLER)
|
||||
controller.register = MagicMock()
|
||||
controller.start = MagicMock()
|
||||
|
|
Loading…
Add table
Reference in a new issue