From b12fdb6611664cb0c63307a9b36b57c555b98178 Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Thu, 1 Jul 2021 22:52:10 -0500 Subject: [PATCH] fix: nap default image in test (#946) --- test/integration/node_pool/controls/gcloud.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },