vincbeck commented on code in PR #61310: URL: https://github.com/apache/airflow/pull/61310#discussion_r2755050125
########## airflow-core/tests/unit/api_fastapi/test_auth_manager_thread_safety.py: ########## @@ -0,0 +1,34 @@ +import threading Review Comment: We usually try to have 1:1 mapping implementation and tests. Can you please move this test in `test_app.py`? -- 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]
