guan404ming commented on code in PR #70070:
URL: https://github.com/apache/airflow/pull/70070#discussion_r3626940024


##########
providers/common/ai/tests/unit/common/ai/plugins/test_hitl_review.py:
##########
@@ -383,14 +382,14 @@ def test_read_xcom_by_prefix_agent_output_formats(self, 
session, dag_maker, outp
         dag_maker.create_dagrun(run_id="r", run_type=DagRunType.MANUAL, 
logical_date=logical_date)
         dag_maker.sync_dagbag_to_db()
 
-        XComModel.set(
+        _write_xcom(

Review Comment:
   Thanks, added a raw XComModel.value assertion. Verified it fails on the 
pre-fix code, where the stored value is the JSON-encoded string.



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