provider/aws: fix alias test
This commit is contained in:
parent
4e717829f8
commit
37c56d0084
|
@ -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"),
|
||||
),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue