Skip to content

Commit

Permalink
fix mysql flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Feb 14, 2025
1 parent 9179a2d commit cdef487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pkg/source/mysqltest/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func mySQLDoRestore(
if err != nil {
return []TestStruct{}, err
}

defer func() {
reader, _ := mySQLRestoreTarget.Container.Logs(context.Background())

Expand Down Expand Up @@ -479,7 +479,7 @@ var mySQLRequest = testcontainers.ContainerRequest{
"MYSQL_USER": mySQLUser,
"MYSQL_PASSWORD": mySQLPw,
"JDBC_PARAMS": "useSSL=false",
"MYSQL_EXTRA:FLAGS": "--default-authentication-plugin=mysql_native_password --skip-ssl",
"MYSQL_EXTRA_FLAGS": "--default-authentication-plugin=mysql_native_password --skip-ssl",
},
WaitingFor: wait.ForLog(logString),
}

0 comments on commit cdef487

Please sign in to comment.