Skip to content

Commit aeee380

Browse files
Test a version that properly installs Python
1 parent 84beb97 commit aeee380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 371.0.0"
10+
check "version" bash -c "gcloud --version | grep 475.0.0"
1111
check "which gcloud" bash -c "which gcloud | grep /usr/bin/gcloud"
1212

1313
# Report result

test/google-cloud-cli/scenarios.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"image": "debian:bookworm",
1313
"features": {
1414
"google-cloud-cli": {
15-
"version": "371.0.0-0"
15+
"version": "475.0.0-0"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)