Skip to content

Commit 755f97d

Browse files
authored
Update SplunkSinkConnecterTest.java
Remove println statement.
1 parent 9d9d0a3 commit 755f97d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/splunk/kafka/connect/SplunkSinkConnecterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ private void assertHasErrorMessage(Config config, String property, String msg) {
322322
private void assertHasErrorMessage(Config config, String property, String msg, int idx) {
323323
for (ConfigValue configValue : config.configValues()) {
324324
if (configValue.name().equals(property)) {
325-
System.out.print(configValue.errorMessages());
326325
assertFalse(configValue.errorMessages().isEmpty());
327326
assertTrue(configValue.errorMessages().get(idx).contains(msg));
328327
}

0 commit comments

Comments
 (0)