Skip to content

Commit b12fdb6

Browse files
authored
fix: nap default image in test (terraform-google-modules#946)
1 parent a9be73c commit b12fdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node_pool/controls/gcloud.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
it "has the expected cluster autoscaling settings" do
3838
expect(data['autoscaling']).to eq({
3939
"autoprovisioningNodePoolDefaults" => {
40-
"imageType"=>"COS",
40+
"imageType"=>"COS_CONTAINERD",
4141
"oauthScopes" => %w(https://www.googleapis.com/auth/cloud-platform),
4242
"serviceAccount" => "default"
4343
},

0 commit comments

Comments
 (0)