Fix behavior of mock DescribeAutoScalingGroups when no names supplied

This commit is contained in:
John Gardiner Myers 2019-11-02 16:50:18 -07:00
parent 69fe8e3689
commit d8128d2d59
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,8 @@ func (m *MockAutoscaling) DescribeAutoScalingGroups(input *autoscaling.DescribeA
match = true
}
}
} else {
match = true
}
if match {