mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix group flaky test (#131815)
This commit is contained in:
parent
9d387acb97
commit
6ce5c89711
@ -161,7 +161,8 @@ async def test_send_message_with_data(hass: HomeAssistant, tmp_path: Path) -> No
|
||||
"data": {"hello": "world", "test": "message", "default": "default"},
|
||||
},
|
||||
),
|
||||
]
|
||||
],
|
||||
any_order=True,
|
||||
)
|
||||
send_message_mock.reset_mock()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user