provider/aws: fix alias test

This commit is contained in:
Mitchell Hashimoto 2015-05-06 09:54:09 -07:00
parent 4e717829f8
commit 37c56d0084
1 changed files with 0 additions and 8 deletions

View File

@ -148,14 +148,6 @@ func TestAccRoute53Record_alias(t *testing.T) {
resource.TestStep{
Config: testAccRoute53ElbAliasRecord,
Check: resource.ComposeTestCheckFunc(
testAccCheckRoute53RecordExists("aws_route53_record.elb_alias"),
),
},
resource.TestStep{
Config: testAccRoute53AliasRecord,
Check: resource.ComposeTestCheckFunc(
testAccCheckRoute53RecordExists("aws_route53_record.origin"),
testAccCheckRoute53RecordExists("aws_route53_record.alias"),
),
},