We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9337a commit 3f7b001Copy full SHA for 3f7b001
test/pkg/source/mysqltest/mysql_test.go
@@ -461,6 +461,7 @@ var mySQLRequest = testcontainers.ContainerRequest{
461
"MYSQL_DATABASE": mySQLDatabase,
462
"MYSQL_USER": mySQLUser,
463
"MYSQL_PASSWORD": mySQLPw,
464
+ "JDBC_PARAMS": "useSSL=false",
465
"MYSQL_EXTRA:FLAGS": "--default-authentication-plugin=mysql_native_password --skip-ssl",
466
},
467
WaitingFor: wait.ForLog(logString),
0 commit comments