We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4e090 commit c9e78a2Copy full SHA for c9e78a2
src/test/java/testsuite/x/devapi/SecureSessionTest.java
@@ -977,7 +977,7 @@ public void testXdevapiTlsVersionsAndCiphersuites() throws Exception {
977
expectedCipher2 = "TLS_AES_256_GCM_SHA384";
978
testCipher2 = "TLS_AES_128_GCM_SHA256";
979
}
980
- if (mysqlVersionMeetsMinimum(this.baseUrl, ServerVersion.parseVersion("9.2.0"))) {
+ if (mysqlVersionMeetsMinimum(ServerVersion.parseVersion("9.2.0"))) {
981
expectedCipher2 = "TLS_AES_128_GCM_SHA256";
982
983
0 commit comments