provider/aws: Fix typo in ELB import test (#6886)

This commit is contained in:
Clint 2016-05-26 03:38:39 -05:00
parent 6f04c36a1a
commit 3355c1528d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
)
func TestAccAWSELB_importBasic(t *testing.T) {
resourceName := "aws_subnet.bar"
resourceName := "aws_elb.bar"
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },