pierrejeambrun opened a new pull request, #44381: URL: https://github.com/apache/airflow/pull/44381
Improve a couple of test assertion on expected calls. cc: @omkar-foss The issue was not with `mock.ANY` but with the `DAG` session object. The error message didn't show that but this is a known issue of pytest reporting errors. (pytest diff the `repr(...)` not the actual equality of objects, therefore `ANY` appears as a diff (while it's not), and the DAG session object does not (while they do not equally check)) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
