Remove debug statements
This commit is contained in:
parent
e281ad6481
commit
1871363e58
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue