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

xddeng pushed a commit to branch breeze-typo-fix
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 11479b87f785b61dea465f5fd19298363da67c1f
Author: Xiaodong DENG <[email protected]>
AuthorDate: Wed Oct 26 14:34:11 2022 +0200

    Fix a minor typo in Breeze doc
---
 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