The GitHub Actions job "Tests" on airflow.git/onikolas/fix_ecs_test_cmd_mocking 
has failed.
Run started by GitHub user o-nikolas (triggered by o-nikolas).

Head commit for run:
ce59c5cbc368a0e7d77e1e1fb6a61a29963b9a37 / Niko Oliveira <[email protected]>
Fix usage of mock_cmd in ECS executor unit tests

mock_cmd was an autouse fixture that was trying to return a value to be
used, however autouse fixtures cannot return a value so what was
actually being used was just the reference to the function. This worked
so far since _any_ value for command worked, but upcoming changes need
an actual mock object to use.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to