Skip to content

Commit

Permalink
fix: nap default image in test (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Jul 2, 2021
1 parent a9be73c commit b12fdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/node_pool/controls/gcloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit b12fdb6

Please sign in to comment.