Fix mqtt not available when starting snips (#92296)
This commit is contained in:
parent
2cc31d6a5b
commit
7a43b29f38
2 changed files with 6 additions and 1 deletions
|
@ -46,7 +46,7 @@ async def test_snips_no_mqtt(
|
|||
},
|
||||
)
|
||||
assert not result
|
||||
assert "MQTT is not enabled" in caplog.text
|
||||
assert "MQTT integration is not available" in caplog.text
|
||||
|
||||
|
||||
async def test_snips_bad_config(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue