Skip to content

Commit

Permalink
Retest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Dec 4, 2023
1 parent 9be13d0 commit aa0bc16
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void spiderLoggedTest(String mail, String password, String role) { //140 + 28 se
//test switch git plugin
explored.forEach((link, result) -> {
log.debug("\t" + link + " => " + result);
if (result.equals("XXXXXXXXXXXXXX")) {
if (result.equals("KO")) {
failed_links.add(link);
}
});
Expand All @@ -79,5 +79,6 @@ void spiderLoggedTest(String mail, String password, String role) { //140 + 28 se
msg = failed + "\n";
}
assertTrue(failed_links.isEmpty(), msg);
fail("XXXXXXXXXXXXXXXXXX");
}
}

0 comments on commit aa0bc16

Please sign in to comment.