mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 00:27:19 +00:00
Update test_sensor.py
This commit is contained in:
parent
581fd34264
commit
9c7397fc32
@ -178,7 +178,7 @@ async def test_setup_ssl_ciphers(
|
|||||||
) -> None:
|
) -> None:
|
||||||
"""Test setup with minimum configuration."""
|
"""Test setup with minimum configuration."""
|
||||||
with patch(
|
with patch(
|
||||||
"homeassistant.components.rest.data.async_get_clientsession",
|
"homeassistant.components.rest.data.async_create_clientsession",
|
||||||
return_value=aioclient_mock,
|
return_value=aioclient_mock,
|
||||||
) as aiohttp_client:
|
) as aiohttp_client:
|
||||||
assert await async_setup_component(
|
assert await async_setup_component(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user