You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/java/com/ibm/eventstreams/connect/mqsource/MQSourceConnectorTest.java
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,29 @@ public void testValidateRetryDelayConfigWithDefaultValues() {
187
187
.anyMatch(msg -> msg.contains("The value of 'mq.reconnect.delay.max.ms' must be greater than or equal to the value of 'mq.reconnect.delay.min.ms'.")));
188
188
}
189
189
190
+
// verify that valid JSON schema config will be accepted
0 commit comments