Default hass_config to contain an empty config (#88515)
* Default hass_config to {}
* Correct type hint
This commit is contained in:
@@ -109,7 +109,7 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
|
||||
"hass_admin_user": "MockUser",
|
||||
"hass_client": "ClientSessionGenerator",
|
||||
"hass_client_no_auth": "ClientSessionGenerator",
|
||||
"hass_config": "ConfigType | None",
|
||||
"hass_config": "ConfigType",
|
||||
"hass_config_yaml": "str | None",
|
||||
"hass_config_yaml_files": "dict[str, str] | None",
|
||||
"hass_owner_user": "MockUser",
|
||||
|
||||
Reference in New Issue
Block a user