ashb commented on a change in pull request #4010: [AIRFLOW-1837] Respect task
start_date when different from dag's
URL: https://github.com/apache/incubator-airflow/pull/4010#discussion_r223739630
##########
File path: tests/www_rbac/test_views.py
##########
@@ -267,8 +267,8 @@ def test_mount(self):
class TestAirflowBaseViews(TestBase):
- default_date = timezone.datetime(2018, 3, 1)
- run_id = "test_{}".format(models.DagRun.id_for_date(default_date))
+ EXAMPLE_DAG_DEFAULT_DATE = dates.days_ago(2)
Review comment:
Is this sort of change needed? It looks like it's an unrelated change from
the diff.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services