Skip to content

Commit ab735df

Browse files
committed
Merge remote-tracking branch 'origin/GkeDeployAgent' into GkeDeployAgent
2 parents e26d4e5 + 88573cf commit ab735df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/google/adk/cli/cli_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,4 +644,4 @@ def to_gke(
644644
shutil.rmtree(temp_folder)
645645
click.secho(
646646
'\n🎉 Deployment to GKE finished successfully!', fg='cyan', bold=True
647-
)
647+
)

tests/unittests/cli/utils/test_cli_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ def mock_subprocess_run(*args, **kwargs):
635635
assert "type: LoadBalancer" in yaml_content
636636

637637
# 4. Verify cleanup
638-
assert str(rmtree_recorder.get_last_call_args()[0]) == str(tmp_path)
638+
assert str(rmtree_recorder.get_last_call_args()[0]) == str(tmp_path)

0 commit comments

Comments
 (0)