mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: Improve test name (underscores -> undocumentedCharacters)
- ref #2665
This commit is contained in:
parent
cd33423ab6
commit
7c03b0dedc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user