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 09bbc9c62f Update example_cloud_run system test (#40540)
09bbc9c62f is described below

commit 09bbc9c62f04fd730d3a531dd1f271ac7e9c54ff
Author: Eugene <[email protected]>
AuthorDate: Tue Jul 2 08:22:32 2024 +0000

    Update example_cloud_run system test (#40540)
---
 tests/system/providers/google/cloud/cloud_run/example_cloud_run.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/system/providers/google/cloud/cloud_run/example_cloud_run.py 
b/tests/system/providers/google/cloud/cloud_run/example_cloud_run.py
index 5a82cca2a7..dbd3e39b6d 100644
--- a/tests/system/providers/google/cloud/cloud_run/example_cloud_run.py
+++ b/tests/system/providers/google/cloud/cloud_run/example_cloud_run.py
@@ -272,6 +272,7 @@ with DAG(
                 "name": "job",
                 "args": ["python", "main.py"],
                 "env": [{"name": "ENV_VAR", "value": "value"}],
+                "clear_args": False,
             }
         ],
         "task_count": 1,

Reply via email to