Skip to content

Commit

Permalink
Test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Dec 4, 2023
1 parent ee73874 commit 9be13d0
Showing 1 changed file with 1 addition 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("KO")) {
if (result.equals("XXXXXXXXXXXXXX")) {
failed_links.add(link);
}
});
Expand Down

0 comments on commit 9be13d0

Please sign in to comment.