Skip to content

Commit

Permalink
Test removing weird zero+zero Route53 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
elblivion committed Oct 8, 2015
1 parent 73b5169 commit 3040d84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/interpolate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,6 @@ func TestInterpolator_resourceMultiAttributesWithResourceCount(t *testing.T) {
Value: config.NewStringList([]string{}).String(),
Type: ast.TypeString,
})
// Zero + zero elements
testInterpolate(t, i, scope, "aws_route53_zone.terra.*.nothing", ast.Variable{
Value: config.NewStringList([]string{"", ""}).String(),
Type: ast.TypeString,
})
// Zero + 1 element
testInterpolate(t, i, scope, "aws_route53_zone.terra.*.special", ast.Variable{
Value: config.NewStringList([]string{"extra"}).String(),
Expand Down

0 comments on commit 3040d84

Please sign in to comment.