Set default for hass_config_yaml fixture to "" (#88608)

Set default for hass_config_yaml fixture to ""
This commit is contained in:
Jan Bouwhuis
2023-02-22 17:18:11 +01:00
committed by GitHub
parent 68d4cbb210
commit 3afc39dbbf
2 changed files with 7 additions and 7 deletions

View File

@@ -110,8 +110,8 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
"hass_client": "ClientSessionGenerator",
"hass_client_no_auth": "ClientSessionGenerator",
"hass_config": "ConfigType",
"hass_config_yaml": "str | None",
"hass_config_yaml_files": "dict[str, str] | None",
"hass_config_yaml": "str",
"hass_config_yaml_files": "dict[str, str]",
"hass_owner_user": "MockUser",
"hass_read_only_access_token": "str",
"hass_read_only_user": "MockUser",