Avihais12344 commented on code in PR #41889:
URL: https://github.com/apache/airflow/pull/41889#discussion_r1740162410


##########
tests/providers/openlineage/plugins/test_listener.py:
##########
@@ -210,7 +210,7 @@ def mock_task_id(dag_id, task_id, try_number, 
execution_date):
     task_instance.state = State.RUNNING
     task_instance.start_date = dt.datetime(2023, 1, 1, 13, 1, 1)
     task_instance.end_date = dt.datetime(2023, 1, 3, 13, 1, 1)
-    task_instance.execution_date = "execution_date"
+    task_instance.execution_date = "logical_date"

Review Comment:
   It should be a certain date, and not just a string, I think. Maybe we can 
fix it here.



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