Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Aug 15, 2023
1 parent 344b3f7 commit 04f0898
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ def test_setup_logging(
set_logger_provider_mock.assert_called_once_with(lp_init_mock)
get_logger_provider_mock.assert_called()
log_exporter_mock.assert_called_once_with(**configurations)
blrp_mock.assert_called_once_with(log_exp_init_mock,)
blrp_mock.assert_called_once_with(
log_exp_init_mock,
)
lp_init_mock.add_log_record_processor.assert_called_once_with(
blrp_init_mock
)
Expand Down

0 comments on commit 04f0898

Please sign in to comment.