You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/17 12:18:41 UTC

[airflow] branch main updated: TESTING.rst: Fix typo in path (#25763)

This is an automated email from the ASF dual-hosted git repository.

potiuk 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 f24e706ff7 TESTING.rst: Fix typo in path (#25763)
f24e706ff7 is described below

commit f24e706ff7a84fd36ea39dc3399346c357d40bd9
Author: Sebastian Brandt <se...@friday.de>
AuthorDate: Wed Aug 17 14:18:35 2022 +0200

    TESTING.rst: Fix typo in path (#25763)
    
    Critical because the path does not exist and results in error.
    
        ERROR: file or directory not found: tests/chart
---
 TESTING.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TESTING.rst b/TESTING.rst
index b7cf9213ba..977057e359 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -319,7 +319,7 @@ This enters breeze container.
 
 .. code-block:: bash
 
-    pytest tests/chart -n auto
+    pytest tests/charts -n auto
 
 This runs all chart tests using all processors you have available.