Skip to content

Commit

Permalink
Update tests/test_cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
SafetyQuincyF and coderabbitai[bot] authored Oct 23, 2024
1 parent ffd3396 commit 8744fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,4 +665,4 @@ def test_configure_logger_non_debug(self, mock_config_read):

with patch('logging.basicConfig') as mock_basicConfig:
cli.configure_logger(ctx, param, debug)
mock_basicConfig.assert_called_with(format='%(asctime)s %(name)s => %(message)s', level=logging.CRITICAL)
mock_basicConfig.assert_called_with(format='%(asctime)s %(name)s => %(message)s', level=logging.CRITICAL)

0 comments on commit 8744fee

Please sign in to comment.