potiuk commented on code in PR #38525:
URL: https://github.com/apache/airflow/pull/38525#discussion_r1548448354


##########
tests/providers/sftp/triggers/test_sftp.py:
##########
@@ -176,12 +176,11 @@ async def 
test_sftp_trigger_run_trigger_failure_state(self, mock_get_files_by_pa
         trigger = SFTPTrigger(path="test/path/", sftp_conn_id="sftp_default", 
file_pattern="my_test_file")
 
         expected_event = {"status": "failure", "message": "An unexpected 
exception"}
-
-        with pytest.raises(Exception):

Review Comment:
   Yea. It's cool you found it.



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