lohitkolluri commented on PR #67899: URL: https://github.com/apache/airflow/pull/67899#issuecomment-4663855476
Thanks for the review, @potiuk. I've addressed the items: - **Provider tests**: The existing test structure already follows the provider distributions guidelines (`tests/unit/PROVIDER/hooks/test_imap.py`) with proper `__init__.py` files and `conftest.py` loading the shared test plugins. The branch has been updated with latest main to re-trigger CI. - **Test fix**: Also fixed four test methods that were still using the old `create_unique_filenames` parameter name (renamed to `overwrite` during implementation). The tests now call `overwrite=False` as intended and use the correct `"xb"` exclusive-create mode assertions. The PR body has been updated to reflect the current state. Let me know if anything else needs attention. -- 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]
