Skip to content

Commit

Permalink
Update for previous commit.
Browse files Browse the repository at this point in the history
Change-Id: I285869ca17c9b3dd2c86dfc5d1389b4932ad343c
  • Loading branch information
fjssilva committed Dec 12, 2024
1 parent fb4e090 commit c9e78a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/testsuite/x/devapi/SecureSessionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ public void testXdevapiTlsVersionsAndCiphersuites() throws Exception {
expectedCipher2 = "TLS_AES_256_GCM_SHA384";
testCipher2 = "TLS_AES_128_GCM_SHA256";
}
if (mysqlVersionMeetsMinimum(this.baseUrl, ServerVersion.parseVersion("9.2.0"))) {
if (mysqlVersionMeetsMinimum(ServerVersion.parseVersion("9.2.0"))) {
expectedCipher2 = "TLS_AES_128_GCM_SHA256";
}

Expand Down

0 comments on commit c9e78a2

Please sign in to comment.