Skip to content

Commit f42da54

Browse files
Assert correct supplied version
1 parent 275d301 commit f42da54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/google-cloud-cli/install-bookworm-with-settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
source dev-container-features-test-lib
88

99
# Feature-specific tests
10-
check "version" bash -c "gcloud --version | grep 1.6.20"
10+
check "version" bash -c "gcloud --version | grep 371.0.0-0"
1111
check "which gcloud" bash -c "which gcloud | grep /usr/bin/gcloud"
1212

1313
# Report result

0 commit comments

Comments
 (0)