pierrejeambrun commented on code in PR #72890:
URL: https://github.com/apache/airflow/pull/72890#discussion_r3981070706


##########
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_task_instances.py:
##########
@@ -216,6 +216,30 @@ def 
test_ti_run_context_exposes_consumed_event_partition_key(self, client, sessi
         events = response.json()["dag_run"]["consumed_asset_events"]
         assert [e["partition_key"] for e in events] == ["2024-01-15"]
 
+    @mock.patch("sqlalchemy.orm.Session.scalars")

Review Comment:
   Addressed thanks



-- 
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]

Reply via email to