File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/com/checkmarx/intellij/integration/standard/commands Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
4949 implementation ' com.miglayout:miglayout-swing:11.3'
5050
5151 if (javaWrapperVersion == " " || javaWrapperVersion == null ) {
52- implementation(' com.checkmarx.ast:ast-cli-java-wrapper:2.4.12 ' ){
52+ implementation(' com.checkmarx.ast:ast-cli-java-wrapper:2.4.15 ' ){
5353 exclude group : ' junit' , module : ' junit'
5454 }
5555 } else {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public void testGetResults_LatestScan() {
5050 public void testGetResults_NotExistingScanID_throwException () {
5151 CompletableFuture <ResultGetState > getFuture = Results .getResults ("11111111-1111-1111-1111-111111111111" );
5252 ResultGetState results = Assertions .assertDoesNotThrow ((ThrowingSupplier <ResultGetState >) getFuture ::get );
53- assertTrue (results .getMessage ().toLowerCase ().contains ("error " ));
53+ assertTrue (results .getMessage ().toLowerCase ().contains ("scan not found " ));
5454 Assertions .assertNull (results .getScanId ());
5555 }
5656}
You can’t perform that action at this time.
0 commit comments