RoyLee1224 commented on PR #57373:
URL: https://github.com/apache/airflow/pull/57373#issuecomment-3470721442

   I found that over 200 tests are now failing because they all mock 
Connection() without providing a `conn_id`.
   
   I can go through and manually fix all 200+ test files by adding a dummy 
`conn_id` and `conn_type` to each call, but this will make the PR massive.
   
   I wanted to check if this is this the correct approach?
   
   Or is there a more central/smarter way to handle this?


-- 
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