Skip to content

Commit fed884f

Browse files
committed
fixup! Use more recent jdks in the build pipeline
1 parent e6cc86e commit fed884f

File tree

1 file changed

+1
-0
lines changed
  • its/it-tests/src/test/java/com/sonar/scanner/lib/it

1 file changed

+1
-0
lines changed

its/it-tests/src/test/java/com/sonar/scanner/lib/it/SSLTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ public void simple_analysis_with_server_and_without_client_certificate_is_failin
231231
.containsAnyOf(
232232
// different exception is thrown depending on the JDK version. See: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8172163
233233
commonMessage + "Received fatal alert: bad_certificate",
234+
commonMessage + "(certificate_required) Received fatal alert: certificate_required",
234235
commonMessage + "Broken pipe");
235236
}
236237

0 commit comments

Comments
 (0)