Fix group flaky test (#131815)

This commit is contained in:
epenet 2024-11-28 12:29:38 +01:00 committed by GitHub
parent 9d387acb97
commit 6ce5c89711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()