Update test_sensor.py

This commit is contained in:
Joost Lekkerkerker 2025-06-28 10:47:23 +02:00 committed by GitHub
parent 581fd34264
commit 9c7397fc32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,7 +178,7 @@ async def test_setup_ssl_ciphers(
) -> None:
"""Test setup with minimum configuration."""
with patch(
"homeassistant.components.rest.data.async_get_clientsession",
"homeassistant.components.rest.data.async_create_clientsession",
return_value=aioclient_mock,
) as aiohttp_client:
assert await async_setup_component(