Fixing the broken build in the aws_db_parameter_group tests

This commit is contained in:
stack72 2015-10-08 12:41:07 +01:00
parent bd78dfd885
commit 29630547f4
1 changed files with 1 additions and 0 deletions

View File

@ -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")
}