Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed May 7, 2024
1 parent 50eb1d8 commit e432bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/logging/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def test_get_sdv_logger(mock_get_sdv_logger_config, mock_getlogger, mock_streamh
}
mock_get_sdv_logger_config.return_value = mock_logger_conf
mock_logger_instance = Mock()
mock_logger_instance.handlers = []
mock_getlogger.return_value = mock_logger_instance

# Run
Expand Down

0 comments on commit e432bc6

Please sign in to comment.