Skip to content

Commit 9045538

Browse files
authored
Fix compatibility test uri hint (apache#59788)
1 parent e2e286d commit 9045538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/in_container/run_ci_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [[ ${CI:="false"} == "true" && ${RES} != "0" && ${USE_AIRFLOW_VERSION=} != ""
6464
echo "${COLOR_YELLOW}Failing compatibility test of providers for for ${USE_AIRFLOW_VERSION} Airflow and you need to make sure it passes for it as well or deal with compatibility.${COLOR_RESET}"
6565
echo
6666
echo "${COLOR_BLUE}Read more on how to run the test locally and how to deal with Provider's compatibility with older Airflow versions at:${COLOR_RESET}"
67-
echo "https://github.com/apache/airflow/blob/main/contributing-docs/testing/unit_tests.rst#running-provider-compatibility-tests"
67+
echo "https://github.com/apache/airflow/blob/main/contributing-docs/testing/unit_tests.rst#compatibility-provider-unit-tests-against-older-airflow-releases"
6868
echo
6969
fi
7070

0 commit comments

Comments
 (0)