Skip to content

Commit 1120551

Browse files
authored
chore: fix airflow test (#1525)
1 parent 94f11ab commit 1120551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/schedulers/airflow/test_end_to_end.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_receiver_dag() -> None:
2222
@pytest.mark.integration
2323
@pytest.mark.airflow_integration
2424
def test_sushi(mocker: MockerFixture, is_docker: bool):
25-
start = to_date(now() - timedelta(days=6))
25+
start = to_date(now() - timedelta(days=7))
2626
end = now()
2727

2828
airflow_config = "airflow_config_docker" if is_docker else "airflow_config"

0 commit comments

Comments
 (0)