uranusjr commented on code in PR #37524:
URL: https://github.com/apache/airflow/pull/37524#discussion_r1494021929


##########
tests/providers/common/io/xcom/test_backend.py:
##########
@@ -181,7 +182,7 @@ def test_value_storage(self, task_instance, session):
             run_id=task_instance.run_id,
             session=session,
         )
-        assert self.path in qry.first().value
+        assert self.path_normalized in qry.first().value

Review Comment:
   We’ll need better tests for this behaviour



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to