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

xddeng 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 1af25809b1 Fix a typo in Breeze doc (#27293)
1af25809b1 is described below

commit 1af25809b1459d16f4a52d2430572cf53c34fe62
Author: Xiaodong DENG <[email protected]>
AuthorDate: Wed Oct 26 15:10:58 2022 +0200

    Fix a typo in Breeze doc (#27293)
---
 BREEZE.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index 0aac12ebed..02e7260b7b 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -695,7 +695,7 @@ For example this will only run provider tests for airbyte 
and http providers:
 
 .. code-block:: bash
 
-   breeze testing tests --test-type "Providers[airbyte,http]``
+   breeze testing tests --test-type "Providers[airbyte,http]"
 
 You can also run parallel tests with ``--run-in-parallel`` flag - by default 
it will run all tests types
 in parallel, but you can specify the test type that you want to run with space 
separated list of test

Reply via email to