grrolland commented on code in PR #39056:
URL: https://github.com/apache/airflow/pull/39056#discussion_r1571992193


##########
tests/providers/sftp/sensors/test_sftp.py:
##########
@@ -97,11 +97,12 @@ def test_file_not_new_enough(self, sftp_hook_mock):
         
sftp_hook_mock.return_value.get_mod_time.assert_called_once_with("/path/to/file/1970-01-01.txt")
         assert not output
 
+    @pytest.mark.parametrize("newer_than", (datetime(2020, 1, 2), "2020-01-02 
00:00:00+00:00"))

Review Comment:
   Rename and add test case parameters.



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to