Fix flaky CI from azure_event_hub (#132461)

This commit is contained in:
epenet
2024-12-06 09:55:00 +01:00
committed by GitHub
parent 30f84f55a4
commit 4a7e6bc068

View File

@ -112,6 +112,7 @@ async def test_send_batch_error(
)
await hass.async_block_till_done()
mock_send_batch.assert_called_once()
mock_send_batch.side_effect = None # Reset to avoid error in teardown
async def test_late_event(