mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
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:
@ -276,10 +276,6 @@ async def test_controlling_state_and_attributes_with_json_message_without_templa
|
||||
assert state.attributes.get(siren.ATTR_TONE) == "bell"
|
||||
assert state.attributes.get(siren.ATTR_DURATION) == 5
|
||||
assert state.attributes.get(siren.ATTR_VOLUME_LEVEL) == 0.6
|
||||
assert (
|
||||
"Ignoring empty payload '{}' after rendering for topic state-topic"
|
||||
in caplog.text
|
||||
)
|
||||
|
||||
|
||||
async def test_filtering_not_supported_attributes_optimistic(
|
||||
|
Reference in New Issue
Block a user