The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user BenediktRamsauer (triggered by o-nikolas).

Head commit for run:
3da9a8ffff87dc2fbb6a19589c1f99dc7929d0d8 / [email protected] 
<[email protected]>
Remove test_file_with_pattern_parameter_call

To my understanding, the goal of `test_file_with_pattern_parameter_call`
is to test whether we can call the function with the `file_pattern`
parameter.
Due to the previous changes, the `os.path.join` requires to set a value
for `sftp_hook_mock.return_value.get_file_by_pattern.return_value` so that the
`poke` function would run.

The case where we set this value is dealt with
`test_file_present_with_pattern` and
`test_file_not_present_with_pattern`.
`test_file_with_pattern_parameter_call` thus does not test anything
different or more specific than the two other tests.

Report URL: https://github.com/apache/airflow/actions/runs/4166558342

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to