Try to read multiple packets in MQTT (#118222)

This commit is contained in:
J. Nick Koston
2024-05-26 23:07:24 -10:00
committed by GitHub
parent 83e4c2927c
commit 6b8223e339
2 changed files with 7 additions and 2 deletions

View File

@ -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(