From 37c56d008484a58e6a4d2bcea8f885c191aa6676 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 6 May 2015 09:54:09 -0700 Subject: [PATCH] provider/aws: fix alias test --- builtin/providers/aws/resource_aws_route53_record_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/builtin/providers/aws/resource_aws_route53_record_test.go b/builtin/providers/aws/resource_aws_route53_record_test.go index 47672b5ee..724b452a8 100644 --- a/builtin/providers/aws/resource_aws_route53_record_test.go +++ b/builtin/providers/aws/resource_aws_route53_record_test.go @@ -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"), ), },