From 7c03b0dedc591f88b7cf00d4d40ba2e656685ff5 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 10 Jul 2015 08:13:02 +0100 Subject: [PATCH] provider/aws: Improve test name (underscores -> undocumentedCharacters) - ref #2665 --- builtin/providers/aws/resource_aws_db_subnet_group_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_db_subnet_group_test.go b/builtin/providers/aws/resource_aws_db_subnet_group_test.go index 14e03ee053..cbf1f84978 100644 --- a/builtin/providers/aws/resource_aws_db_subnet_group_test.go +++ b/builtin/providers/aws/resource_aws_db_subnet_group_test.go @@ -38,7 +38,7 @@ func TestAccAWSDBSubnetGroup_basic(t *testing.T) { // Regression test for https://github.com/hashicorp/terraform/issues/2603 and // https://github.com/hashicorp/terraform/issues/2664 -func TestAccAWSDBSubnetGroup_withUnderscores(t *testing.T) { +func TestAccAWSDBSubnetGroup_withUndocumentedCharacters(t *testing.T) { var v rds.DBSubnetGroup testCheck := func(*terraform.State) error {