File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def toolbox_version() -> str:
106
106
def tools_file_path (project_id : str ) -> Generator [str ]:
107
107
"""Provides a temporary file path containing the tools manifest."""
108
108
tools_manifest = access_secret_version (
109
- project_id = project_id , secret_id = "sdk_testing_tools"
109
+ project_id = project_id , secret_id = "sdk_testing_tools" , version_id = "34"
110
110
)
111
111
tools_file_path = create_tmpfile (tools_manifest )
112
112
yield tools_file_path
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def toolbox_version() -> str:
106
106
def tools_file_path (project_id : str ) -> Generator [str ]:
107
107
"""Provides a temporary file path containing the tools manifest."""
108
108
tools_manifest = access_secret_version (
109
- project_id = project_id , secret_id = "sdk_testing_tools"
109
+ project_id = project_id , secret_id = "sdk_testing_tools" , version_id = "34"
110
110
)
111
111
tools_file_path = create_tmpfile (tools_manifest )
112
112
yield tools_file_path
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def toolbox_version() -> str:
106
106
def tools_file_path (project_id : str ) -> Generator [str ]:
107
107
"""Provides a temporary file path containing the tools manifest."""
108
108
tools_manifest = access_secret_version (
109
- project_id = project_id , secret_id = "sdk_testing_tools"
109
+ project_id = project_id , secret_id = "sdk_testing_tools" , version_id = "34"
110
110
)
111
111
tools_file_path = create_tmpfile (tools_manifest )
112
112
yield tools_file_path
You can’t perform that action at this time.
0 commit comments