You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/15 18:25:02 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #23654: Update download_file method in s3_hook to accept files and directories

eladkal commented on code in PR #23654:
URL: https://github.com/apache/airflow/pull/23654#discussion_r898287596


##########
tests/providers/amazon/aws/hooks/test_s3.py:
##########
@@ -487,12 +487,21 @@ def test_download_file(self, mock_temp_file):
         s3_hook.get_key = Mock(return_value=s3_obj)
         key = 'test_key'
         bucket = 'test_bucket'
-
+        

Review Comment:
   ```suggestion
   ```
   To fix static tests



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org