xBis7 commented on PR #61869:
URL: https://github.com/apache/airflow/pull/61869#issuecomment-3907058776

   It's the new unit test that I added.
   
   
https://github.com/apache/airflow/pull/61869/changes#diff-62c84d713d57cf60b8db5b418f5c37f2490555fddf66e0b88e8f6542f1c7e076R320-R321
   
   ```python
   test_module_name = "unit.core.test_otel_logger"
   function_call_str = f"import {test_module_name} as m; m.mock_service_run()"
   ```
   
   When it tries to execute the import, we get an error that the module 
`unit.core` isn't found.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to