mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix default ipv6 resolver (#90269)
This commit is contained in:
@@ -37,7 +37,7 @@ async def test_sensor(hass: HomeAssistant) -> None:
|
||||
},
|
||||
options={
|
||||
CONF_RESOLVER: "208.67.222.222",
|
||||
CONF_RESOLVER_IPV6: "2620:0:ccc::2",
|
||||
CONF_RESOLVER_IPV6: "2620:119:53::53",
|
||||
},
|
||||
entry_id="1",
|
||||
unique_id="home-assistant.io",
|
||||
@@ -71,7 +71,7 @@ async def test_sensor_no_response(hass: HomeAssistant) -> None:
|
||||
},
|
||||
options={
|
||||
CONF_RESOLVER: "208.67.222.222",
|
||||
CONF_RESOLVER_IPV6: "2620:0:ccc::2",
|
||||
CONF_RESOLVER_IPV6: "2620:119:53::53",
|
||||
},
|
||||
entry_id="1",
|
||||
unique_id="home-assistant.io",
|
||||
|
||||
Reference in New Issue
Block a user