Skip to content

Commit 5300e34

Browse files
committed
Remove incorrect caplog package
1 parent 3006392 commit 5300e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ async def test_disconnect_failure_response(
211211
# further messages and there is no parsing error, and no failed log messages.
212212
response_queue.put(mqtt_packet.gen_disconnect(reason_code=1))
213213
assert connected_mqtt_client.is_connected()
214-
with caplog.at_level(logging.ERROR, logger="homeassistant.components.nest"):
214+
with caplog.at_level(logging.ERROR):
215215
await connected_mqtt_client.async_disconnect()
216216
assert not connected_mqtt_client.is_connected()
217217
assert not caplog.records

0 commit comments

Comments
 (0)