uranusjr commented on code in PR #32322:
URL: https://github.com/apache/airflow/pull/32322#discussion_r1250375618


##########
tests/providers/amazon/aws/transfers/test_gcs_to_s3.py:
##########
@@ -128,9 +125,12 @@ def test_execute_without_replace(self, mock_hook):
             assert [] == uploaded_files
             assert sorted(MOCK_FILES) == sorted(hook.list_keys("bucket", 
delimiter="/"))
 
-    # Test3: All the files (within some folders) are already in origin and 
destination without replace

Review Comment:
   Some of the explaination text can probably be kept (or converted into 
docstring); the TestX part is definitely not needed, but not necessarily the 
rest of the message.



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