mirror of
https://github.com/home-assistant/core.git
synced 2025-11-24 18:26:58 +00:00
Send snapshot analytics for device database in dev (#155717)
This commit is contained in:
@@ -45,7 +45,6 @@ async def test_websocket(
|
||||
{"type": "analytics/preferences", "preferences": {"base": True}}
|
||||
)
|
||||
response = await ws_client.receive_json()
|
||||
assert len(aioclient_mock.mock_calls) == 1
|
||||
assert response["result"]["preferences"]["base"]
|
||||
|
||||
await ws_client.send_json_auto_id({"type": "analytics"})
|
||||
|
||||
Reference in New Issue
Block a user