Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bang & Olufsen websocket testing #123075

Merged
Prev Previous commit
Next Next commit
Remove unnecessary caplog log level handling
  • Loading branch information
mj23000 committed Aug 21, 2024
commit 377297a5d624d4170030dc5125dbdb4699e6b31c
2 changes: 0 additions & 2 deletions tests/components/bang_olufsen/test_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ async def test_connection_lost(

connection_lost_callback = mock_mozart_client.get_on_connection_lost.call_args[0][0]

caplog.set_level(logging.ERROR)

mock_connection_lost_callback = Mock()

async_dispatcher_connect(
Expand Down
Loading