Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshenghang committed Nov 5, 2024
1 parent f7e1668 commit 389f0bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void testPreCheckJar() throws IOException {
Assertions.assertTrue(
e.getMessage()
.contains(
"Node:localhost, file not found, path: file:/fake.jar"));
"The jar file file:/fake.jar can not be found in node localhost, please ensure that the deployment paths of SeaTunnel on different nodes are consistent."));
throw e;
}
});
Expand Down

0 comments on commit 389f0bf

Please sign in to comment.