Skip to content

Commit

Permalink
…but seriously… assert the right version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Oct 10, 2024
1 parent f42da54 commit 84beb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/google-cloud-cli/install-bookworm-with-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
source dev-container-features-test-lib

# Feature-specific tests
check "version" bash -c "gcloud --version | grep 371.0.0-0"
check "version" bash -c "gcloud --version | grep 371.0.0"
check "which gcloud" bash -c "which gcloud | grep /usr/bin/gcloud"

# Report result
Expand Down

0 comments on commit 84beb97

Please sign in to comment.