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) {
75
75
switch npName {
76
76
case "default-pool" :
77
77
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" )
79
79
case "default-node-pool" :
80
80
assert .JSONEq (gNp .Get ("config" ).String (), np .Get ("config" ).String ())
81
81
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) {
76
76
switch npName {
77
77
case "default-pool" :
78
78
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" )
80
80
case "default-node-pool" :
81
81
assert .JSONEq (gNp .Get ("config" ).String (), np .Get ("config" ).String ())
82
82
}
You can’t perform that action at this time.
0 commit comments