Skip to content

Commit

Permalink
revert ".."
Browse files Browse the repository at this point in the history
  • Loading branch information
miryamfoiferCX committed Sep 12, 2024
1 parent 836a6a7 commit a1f093f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void failWrongCheckmarxInstallation() throws Exception {

final FreeStyleBuild build = freeStyleProject.scheduleBuild2(0).get();
this.jenkins.assertBuildStatus(Result.FAILURE, build);
this.jenkins.assertLogContains("Please configure the build properly and retry...", build);
this.jenkins.assertLogContains("Please configure the build properly and retry.", build);
}

@Test
Expand Down

0 comments on commit a1f093f

Please sign in to comment.