Skip to content

Commit c9e78a2

Browse files
committed
Update for previous commit.
Change-Id: I285869ca17c9b3dd2c86dfc5d1389b4932ad343c
1 parent fb4e090 commit c9e78a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/testsuite/x/devapi/SecureSessionTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ public void testXdevapiTlsVersionsAndCiphersuites() throws Exception {
977977
expectedCipher2 = "TLS_AES_256_GCM_SHA384";
978978
testCipher2 = "TLS_AES_128_GCM_SHA256";
979979
}
980-
if (mysqlVersionMeetsMinimum(this.baseUrl, ServerVersion.parseVersion("9.2.0"))) {
980+
if (mysqlVersionMeetsMinimum(ServerVersion.parseVersion("9.2.0"))) {
981981
expectedCipher2 = "TLS_AES_128_GCM_SHA256";
982982
}
983983

0 commit comments

Comments
 (0)