We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f11ab commit 1120551Copy full SHA for 1120551
1 file changed
tests/schedulers/airflow/test_end_to_end.py
@@ -22,7 +22,7 @@ def get_receiver_dag() -> None:
22
@pytest.mark.integration
23
@pytest.mark.airflow_integration
24
def test_sushi(mocker: MockerFixture, is_docker: bool):
25
- start = to_date(now() - timedelta(days=6))
+ start = to_date(now() - timedelta(days=7))
26
end = now()
27
28
airflow_config = "airflow_config_docker" if is_docker else "airflow_config"
0 commit comments