Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 53be112

Browse files
committed
Update failing test
1 parent a52b697 commit 53be112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/mathworks/ci/systemTests/GlobalToolIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void verifyBuildFailsForIncorrectToolPath() throws Exception{
9797

9898
jenkins.assertBuildStatus(Result.FAILURE, build);
9999
jenkins.assertLogContains("Verify global tool configuration for the specified node.", build);
100-
jenkins.assertLogContains("matlab/incorrect/path", build);
100+
jenkins.assertLogContains("MATLAB_PATH", build);
101101
}
102102

103103
@Test

0 commit comments

Comments
 (0)