From 75ed7fe0b42dcfa335859656e1400aabadefe37e Mon Sep 17 00:00:00 2001 From: Eugene Galan Date: Mon, 1 Jul 2024 12:09:15 +0000 Subject: [PATCH] Update example_cloud_run system test --- .../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 5a82cca2a7aa8..dbd3e39b6db17 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 @@ def _create_job_instance_with_label(): "name": "job", "args": ["python", "main.py"], "env": [{"name": "ENV_VAR", "value": "value"}], + "clear_args": False, } ], "task_count": 1,