mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Try to read multiple packets in MQTT (#118222)
This commit is contained in:
@ -4678,7 +4678,7 @@ async def test_loop_write_failure(
|
||||
# Final for the disconnect callback
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert "Disconnected from MQTT server mock-broker:1883 (7)" in caplog.text
|
||||
assert "Disconnected from MQTT server mock-broker:1883" in caplog.text
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
Reference in New Issue
Block a user