mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add missing mock in sharkiq tests (#91325)
This commit is contained in:
parent
8feab57d59
commit
0e3f462bfb
@ -81,6 +81,9 @@ class MockAyla(AylaApi):
|
|||||||
async def async_refresh_auth(self):
|
async def async_refresh_auth(self):
|
||||||
"""Instead of refreshing auth, just return."""
|
"""Instead of refreshing auth, just return."""
|
||||||
|
|
||||||
|
async def async_sign_out(self):
|
||||||
|
"""Instead of signing out, just return."""
|
||||||
|
|
||||||
async def async_list_devices(self) -> list[dict]:
|
async def async_list_devices(self) -> list[dict]:
|
||||||
"""Return the device list."""
|
"""Return the device list."""
|
||||||
return [SHARK_DEVICE_DICT]
|
return [SHARK_DEVICE_DICT]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user