Fixing the broken build in the aws_db_parameter_group tests
This commit is contained in:
parent
bd78dfd885
commit
29630547f4
|
@ -141,6 +141,7 @@ func TestResourceAWSDBParameterGroupName_validation(t *testing.T) {
|
|||
|
||||
for _, tc := range cases {
|
||||
_, errors := validateDbParamGroupName(tc.Value, "aws_db_parameter_group_name")
|
||||
|
||||
if len(errors) != tc.ErrCount {
|
||||
t.Fatalf("Expected the DB Parameter Group Name to trigger a validation error")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue