Skip to content

Commit

Permalink
Try to fix tests panic on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed May 20, 2019
1 parent 7a2af08 commit 00446c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/autoscaling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ func TestScanInstances(t *testing.T) {
{
InstanceId: aws.String("2"),
ProtectedFromScaleIn: aws.Bool(true),
AvailabilityZone: aws.String("1a"),
},
{InstanceId: aws.String("3")},
},
Expand Down Expand Up @@ -2756,6 +2757,7 @@ func Test_autoScalingGroup_getAnyUnprotectedOnDemandInstance(t *testing.T) {
{
InstanceId: aws.String("ondemand-protected-scalein"),
ProtectedFromScaleIn: aws.Bool(true),
AvailabilityZone: aws.String("1b"),
},
},
},
Expand Down

0 comments on commit 00446c1

Please sign in to comment.