From 396402d1f98172ab52219c4fdef37dbe7f264a6e Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 24 Jan 2024 20:40:15 +1000 Subject: [PATCH] Fix spelling of `airflow` (#36682) Co-authored-by: Amogh Desai --- dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md | 2 +- dev/breeze/tests/test_selective_checks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md b/dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md index 64ffa907c8d49..d9dc02b4b0e82 100644 --- a/dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md +++ b/dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md @@ -474,7 +474,7 @@ This is a step-by-step instruction on how to use it: 4. Verify manually if the change is visible as expected by inspecting the constraints at: -https://github.com/apache/airflow/tree/constraints- +https://github.com/apache/airflow/tree/constraints- ## Is it safe to update constraints manually? diff --git a/dev/breeze/tests/test_selective_checks.py b/dev/breeze/tests/test_selective_checks.py index c7672d44242bc..ff9d8f9472707 100644 --- a/dev/breeze/tests/test_selective_checks.py +++ b/dev/breeze/tests/test_selective_checks.py @@ -1581,7 +1581,7 @@ def test_runs_on( id="No migrations", ), pytest.param( - ("airflow/migrations/test_sql", "aiflow/test.py"), + ("airflow/migrations/test_sql", "airflow/test.py"), True, id="With migrations", ),