Do not depend MQTT CI tests on debug logs (#84783)
* Do not depend MQTT CI tests on debug logs * Leave Clean up expire as debug message
This commit is contained in:
parent
8678b36e71
commit
ee66ffc8de
12 changed files with 94 additions and 139 deletions
|
@ -1672,8 +1672,6 @@ async def help_test_reload_with_config(hass, caplog, tmp_path, config):
|
|||
)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert "<Event event_mqtt_reloaded[L]>" in caplog.text
|
||||
|
||||
|
||||
async def help_test_entry_reload_with_new_config(hass, tmp_path, new_config):
|
||||
"""Test reloading with supplied config."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue