This is an automated email from the ASF dual-hosted git repository.
shahar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new dc7005ce145 Docs: Fix typo in unit_tests docs (#47476)
dc7005ce145 is described below
commit dc7005ce145384b3f37dbb95db5355a00a165299
Author: Geonwoo Kim <[email protected]>
AuthorDate: Fri Mar 7 19:36:03 2025 +0900
Docs: Fix typo in unit_tests docs (#47476)
---
contributing-docs/testing/unit_tests.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing-docs/testing/unit_tests.rst
b/contributing-docs/testing/unit_tests.rst
index c7ac9ae497d..f34002886b4 100644
--- a/contributing-docs/testing/unit_tests.rst
+++ b/contributing-docs/testing/unit_tests.rst
@@ -117,7 +117,7 @@ via ``--integration`` flag in ``breeze`` environment - via
``breeze testing inte
* ``Integration`` - tests that require external integration images running in
docker-compose
-This is done for three reasons:
+This is done for two reasons:
1. in order to selectively run only subset of the test types for some PRs
2. in order to allow efficient parallel test execution of the tests on
Self-Hosted runners