The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user jieyao-MilestoneHub (triggered by 
jieyao-MilestoneHub).

Head commit for run:
620f10fa425e0f16b6310ba7547c887d3db6b3ba / jiao <yhocotw31...@example.com>
Fix incorrect mock usage in ExasolToS3Operator test

The test previously called `mock_s3_hook.return_value.load_file(...)`,
which actually invokes the mock rather than asserting the method call.

Replaced it with `assert_called_once_with(...)` to properly verify that
the method was called with expected arguments during operator execution.

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to