pierrejeambrun commented on code in PR #44986:
URL: https://github.com/apache/airflow/pull/44986#discussion_r1940999739
##########
tests/api_fastapi/execution_api/routes/test_task_instances.py:
##########
@@ -716,6 +716,81 @@ def test_ti_runtime_checks_failure(self, client, session,
create_task_instance):
session.expire_all()
+ def test_ti_update_state_to_fail_with_asset_profile_extra(self, client,
session, create_task_instance):
+ clear_db_assets()
+ clear_db_runs()
Review Comment:
This is done in setup teardown, not needed I think. (Still writing some
comments for tests just in case we want to keep them, but I think we should
remove them altogether at this point)
--
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]