mirror of
https://github.com/home-assistant/core.git
synced 2025-12-23 04:19:34 +00:00
Drop white blacklist pt1 (#37816)
This commit is contained in:
@@ -234,6 +234,10 @@ async def test_get_config(hass, websocket_client):
|
||||
msg["result"]["whitelist_external_dirs"] = set(
|
||||
msg["result"]["whitelist_external_dirs"]
|
||||
)
|
||||
if "allowlist_external_dirs" in msg["result"]:
|
||||
msg["result"]["allowlist_external_dirs"] = set(
|
||||
msg["result"]["allowlist_external_dirs"]
|
||||
)
|
||||
if "allowlist_external_urls" in msg["result"]:
|
||||
msg["result"]["allowlist_external_urls"] = set(
|
||||
msg["result"]["allowlist_external_urls"]
|
||||
|
||||
Reference in New Issue
Block a user