mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
Fix flaky CI from azure_event_hub (#132461)
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user