diff --git a/test/integration/node_pool/controls/gcloud.rb b/test/integration/node_pool/controls/gcloud.rb index 69e480d9e..5198f0f2c 100644 --- a/test/integration/node_pool/controls/gcloud.rb +++ b/test/integration/node_pool/controls/gcloud.rb @@ -37,7 +37,7 @@ it "has the expected cluster autoscaling settings" do expect(data['autoscaling']).to eq({ "autoprovisioningNodePoolDefaults" => { - "imageType"=>"COS", + "imageType"=>"COS_CONTAINERD", "oauthScopes" => %w(https://www.googleapis.com/auth/cloud-platform), "serviceAccount" => "default" },