justinpakzad commented on code in PR #64360: URL: https://github.com/apache/airflow/pull/64360#discussion_r3004855239
########## tests/providers/google/cloud/operators/test_genai.py: ########## Review Comment: I think this test is in the wrong place. It appears you created an entirely new path when the operator tests should live where all the other ones do which would be: `providers/google/tests/unit/google/cloud/operators`. There is actually already a folder for gen_ai tests. You're also missing the apache license that goes at the top of all the files. You can have a look at some of the existing tests for reference. -- 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]
