This is an automated email from the ASF dual-hosted git repository.
eladkal 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 3d804351aa Fix typo in README (#38903)
3d804351aa is described below
commit 3d804351aa7a875dfdba824c2b27300cc5ce9e92
Author: Vincent <[email protected]>
AuthorDate: Wed Apr 10 12:55:54 2024 -0300
Fix typo in README (#38903)
---
tests/system/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/system/README.md b/tests/system/README.md
index 6e5217e95b..1085631dd0 100644
--- a/tests/system/README.md
+++ b/tests/system/README.md
@@ -71,7 +71,7 @@ pytest --system google
tests/system/providers/google/cloud/bigquery/example_bigq
You can specify several `--system` flags if you want to execute tests for
several providers:
```commandline
-pytest --system google --system aws tests/system
+pytest --system google --system amazon tests/system
```
### Running via Airflow CLI