diff --git a/tests/unit/test_configurator/test_configurator_configure_otel.py b/tests/unit/test_configurator/test_configurator_configure_otel.py index 507565eb8..fcaa7e48b 100644 --- a/tests/unit/test_configurator/test_configurator_configure_otel.py +++ b/tests/unit/test_configurator/test_configurator_configure_otel.py @@ -109,4 +109,4 @@ def test_configure_otel_components_agent_disabled( mock_custom_init_metrics.assert_not_called() mock_init_logging.assert_not_called() mock_config_propagator.assert_not_called() - mock_config_response_propagator.assert_not_called() \ No newline at end of file + mock_config_response_propagator.assert_not_called()