uranusjr commented on code in PR #45370:
URL: https://github.com/apache/airflow/pull/45370#discussion_r1916031846
##########
providers/tests/openlineage/plugins/test_listener.py:
##########
@@ -80,20 +79,30 @@ def regular_call(self, callable, callable_name, use_fork):
def test_listener_does_not_change_task_instance(render_mock, xcom_push_mock):
render_mock.return_value = render_df()
+ date = dt.datetime(2022, 1, 1)
Review Comment:
It’s also used as logical date so I figured a more generic name is probably
better.
--
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]