Skip to content

Commit

Permalink
provider/aws: Fix typo in ELB import test (#6886)
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed May 26, 2016
1 parent 6f04c36 commit 3355c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/import_aws_elb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
Expand Down

0 comments on commit 3355c15

Please sign in to comment.