Fix flaky CI from azure_event_hub (#132461)
parent
30f84f55a4
commit
4a7e6bc068
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue