rename TestAccAWSRoute53Record_weighted to TestAccAWSRoute53Record_weighted_basic to test in isolation
This commit is contained in:
parent
99c4da7851
commit
fd251e8b45
|
@ -139,7 +139,7 @@ func TestAccAWSRoute53Record_failover(t *testing.T) {
|
|||
})
|
||||
}
|
||||
|
||||
func TestAccAWSRoute53Record_weighted(t *testing.T) {
|
||||
func TestAccAWSRoute53Record_weighted_basic(t *testing.T) {
|
||||
resource.Test(t, resource.TestCase{
|
||||
PreCheck: func() { testAccPreCheck(t) },
|
||||
Providers: testAccProviders,
|
||||
|
|
Loading…
Reference in New Issue