Skip to content

Commit c51599e

Browse files
aaron-y-chenchoo121600
authored andcommitted
Update README link in PYTEST_FUNCTION comment to point to the correct documentation (apache#62197)
1 parent 1c017e2 commit c51599e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/prek/check_system_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
PYTEST_FUNCTION = """
4747
from tests_common.test_utils.system_tests import get_test_run # noqa: E402
4848
49-
# Needed to run the example DAG with pytest (see: tests/system/README.md#run_via_pytest)
49+
# Needed to run the example DAG with pytest (see: contributing-docs/testing/system_tests.rst)
5050
test_run = get_test_run(dag)
5151
"""
5252
PYTEST_FUNCTION_PATTERN = re.compile(

0 commit comments

Comments
 (0)