mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Fix aiohttp DeprecationWarning (#98626)
This commit is contained in:
parent
1a032cebdd
commit
c1fb97f26b
@ -16,7 +16,7 @@ from tests.test_util.aiohttp import AiohttpClientMocker
|
|||||||
|
|
||||||
|
|
||||||
@pytest.fixture(name="mocked_cloud")
|
@pytest.fixture(name="mocked_cloud")
|
||||||
def mocked_cloud_object(hass: HomeAssistant) -> Cloud:
|
async def mocked_cloud_object(hass: HomeAssistant) -> Cloud:
|
||||||
"""Mock cloud object."""
|
"""Mock cloud object."""
|
||||||
return Mock(
|
return Mock(
|
||||||
accounts_server="accounts.nabucasa.com",
|
accounts_server="accounts.nabucasa.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user