mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix flapping logger test (#142367)
The websocket_api logger might get adjusted from other tests so we cannot be sure its set at debug in this test
This commit is contained in:
parent
638b88c61c
commit
d7ca168b77
@ -31,7 +31,6 @@ async def test_integration_log_info(
|
||||
assert msg["type"] == TYPE_RESULT
|
||||
assert msg["success"]
|
||||
assert {"domain": "http", "level": logging.DEBUG} in msg["result"]
|
||||
assert {"domain": "websocket_api", "level": logging.DEBUG} in msg["result"]
|
||||
|
||||
|
||||
async def test_integration_log_level_logger_not_loaded(
|
||||
|
Loading…
x
Reference in New Issue
Block a user