mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Drop white blacklist pt1 (#37816)
This commit is contained in:
@@ -212,6 +212,8 @@ async def test_api_get_config(hass, mock_api_client):
|
||||
result["components"] = set(result["components"])
|
||||
if "whitelist_external_dirs" in result:
|
||||
result["whitelist_external_dirs"] = set(result["whitelist_external_dirs"])
|
||||
if "allowlist_external_dirs" in result:
|
||||
result["allowlist_external_dirs"] = set(result["allowlist_external_dirs"])
|
||||
if "allowlist_external_urls" in result:
|
||||
result["allowlist_external_urls"] = set(result["allowlist_external_urls"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user