uranusjr commented on code in PR #48244:
URL: https://github.com/apache/airflow/pull/48244#discussion_r2015152572
##########
task-sdk/tests/task_sdk/execution_time/test_task_runner.py:
##########
@@ -974,7 +974,7 @@ def test_get_context_with_ti_context_from_server(self,
create_runtime_ti, mock_s
"ti": runtime_ti,
"dag_run": dr,
"data_interval_end": timezone.datetime(2024, 12, 1, 1, 0, 0),
- "data_interval_start": timezone.datetime(2024, 12, 1, 0, 0, 0),
+ "data_interval_start": timezone.datetime(2024, 12, 1, 1, 0, 0),
Review Comment:
Hmm why?
--
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]