File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
private_zonal_with_networking Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func TestBetaCluster(t *testing.T) {
7575 switch npName {
7676 case "default-pool" :
7777 assert .False (np .Get ("initialNodeCount" ).Exists (), "has no initial node count" )
78- assert .False (np .Get ("autoscaling" ).Exists (), "does not have autoscaling enabled" )
78+ assert .False (np .Get ("autoscaling.enabled " ).Exists (), "does not have autoscaling enabled" )
7979 case "default-node-pool" :
8080 assert .JSONEq (gNp .Get ("config" ).String (), np .Get ("config" ).String ())
8181 assert .JSONEq (gNp .Get ("autoscaling" ).String (), np .Get ("autoscaling" ).String ())
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ func TestPrivateZonalWithNetworking(t *testing.T) {
7676 switch npName {
7777 case "default-pool" :
7878 assert .False (np .Get ("initialNodeCount" ).Exists (), "has no initial node count" )
79- assert .False (np .Get ("autoscaling" ).Exists (), "does not have autoscaling enabled" )
79+ assert .False (np .Get ("autoscaling.enabled " ).Exists (), "does not have autoscaling enabled" )
8080 case "default-node-pool" :
8181 assert .JSONEq (gNp .Get ("config" ).String (), np .Get ("config" ).String ())
8282 }
You can’t perform that action at this time.
0 commit comments