rename TestAccAWSRoute53Record_weighted to TestAccAWSRoute53Record_weighted_basic to test in isolation

This commit is contained in:
clint shryock 2015-11-18 16:08:23 -06:00
parent 99c4da7851
commit fd251e8b45
1 changed files with 1 additions and 1 deletions

View File

@ -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,