mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix flaky CI from azure_event_hub (#132461)
This commit is contained in:
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…
x
Reference in New Issue
Block a user