Add missing mock in sharkiq tests (#91325)
This commit is contained in:
parent
445b823232
commit
592ac37436
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ class MockAyla(AylaApi):
|
|||
async def async_sign_in(self):
|
||||
"""Instead of signing in, just return."""
|
||||
|
||||
async def async_sign_out(self):
|
||||
"""Instead of signing out, just return."""
|
||||
|
||||
async def async_list_devices(self) -> list[dict]:
|
||||
"""Return the device list."""
|
||||
return [SHARK_DEVICE_DICT]
|
||||
|
|
Loading…
Add table
Reference in a new issue