mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +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"},
|
"data": {"hello": "world", "test": "message", "default": "default"},
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
]
|
],
|
||||||
|
any_order=True,
|
||||||
)
|
)
|
||||||
send_message_mock.reset_mock()
|
send_message_mock.reset_mock()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user