Remove debug statements

This commit is contained in:
Mike Brannigan 2016-08-23 18:19:59 -05:00
parent e281ad6481
commit 1871363e58
1 changed files with 0 additions and 2 deletions

View File

@ -436,9 +436,7 @@ func TestResourceAWSRedshiftClusterMasterPasswordValidation(t *testing.T) {
}
for _, tc := range cases {
fmt.Printf("Test Case Value: %s\n", tc.Value)
_, errors := validateRedshiftClusterMasterPassword(tc.Value, "aws_redshift_cluster_master_password")
fmt.Printf("Expected: %d and found %d\n", tc.ErrCount, len(errors))
if len(errors) != tc.ErrCount {
t.Fatalf("Expected the Redshift Cluster master_password to trigger a validation error")