Fix UniFi Protect test warning (#64650)
This commit is contained in:
parent
3899600771
commit
8fb4e0934e
2 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,10 @@ class MockBootstrap:
|
|||
self.liveviews = {}
|
||||
self.events = {}
|
||||
|
||||
def process_ws_packet(self, msg: WSSubscriptionMessage) -> None:
|
||||
"""Fake process method for tests."""
|
||||
pass
|
||||
|
||||
|
||||
@dataclass
|
||||
class MockEntityFixture:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue