DBZ-7729 Fix shouldNotStreamWhenUsingSnapshotModeInitialOnly test assertion due to log message change

This commit is contained in:
mfvitale 2024-04-02 15:08:22 +02:00 committed by Jiri Pechanec
parent 936bc33b46
commit 5ce6fc8196

View File

@ -2446,7 +2446,7 @@ public void shouldNotStreamWhenUsingSnapshotModeInitialOnly() throws Exception {
// should be no more records
assertNoRecordsToConsume();
final String message = "Streaming is not enabled in current configuration";
final String message = "Streaming is disabled for snapshot mode initial_only";
stopConnector(value -> assertThat(logInterceptor.containsMessage(message)).isTrue());
}