Skip to content

Commit ee340b1

Browse files
committed
fix
1 parent 16e930a commit ee340b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/src/test/java/org/apache/flink/cdc/connectors/starrocks/sink/utils/StarRocksSinkTestBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void startContainers() {
8383
long startWaitingTimestamp = System.currentTimeMillis();
8484

8585
new LogMessageWaitStrategy()
86-
.withRegEx(".*Enjoy the journal to StarRocks blazing-fast lake-house engine!.*\\s")
86+
.withRegEx(".*Enjoy the journey to StarRocks blazing-fast lake-house engine!.*\\s")
8787
.withTimes(1)
8888
.withStartupTimeout(
8989
Duration.of(DEFAULT_STARTUP_TIMEOUT_SECONDS, ChronoUnit.SECONDS))

0 commit comments

Comments
 (0)