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:
J. Nick Koston 2025-04-06 00:09:11 -10:00 committed by GitHub
parent 638b88c61c
commit d7ca168b77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(