We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3006392 commit f77b69eCopy full SHA for f77b69e
tests/test_api.py
@@ -211,7 +211,7 @@ async def test_disconnect_failure_response(
211
# further messages and there is no parsing error, and no failed log messages.
212
response_queue.put(mqtt_packet.gen_disconnect(reason_code=1))
213
assert connected_mqtt_client.is_connected()
214
- with caplog.at_level(logging.ERROR, logger="homeassistant.components.nest"):
+ with caplog.at_level(logging.ERROR):
215
await connected_mqtt_client.async_disconnect()
216
assert not connected_mqtt_client.is_connected()
217
assert not caplog.records
0 commit comments