Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 21d5866

Browse files
authored
tests: Update tests for tool changes (#198)
1 parent c886e7a commit 21d5866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_build_tools.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_build_tools
4040
assert_docker_output "#{image} /opt/yarn/bin/yarn --version",
4141
/^\d+\.\d+/
4242
assert_docker_output "#{image} /opt/bin/cloud_sql_proxy --version",
43-
/Cloud SQL Proxy/
43+
/Cloud SQL (?:Proxy|Auth proxy)/
4444
assert_docker_output \
4545
"#{image} /opt/google-cloud-sdk/bin/gcloud --version",
4646
/Google Cloud SDK/

0 commit comments

Comments
 (0)