Skip to content

Commit

Permalink
fix: mysql image
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Mar 29, 2023
1 parent d696244 commit 717bc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mysql/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestMySQLWithConfigFile(t *testing.T) {
ctx := context.Background()

// withConfigFile {
container, err := StartContainer(ctx, testcontainers.WithImage("mysql:5.6.51"),
container, err := StartContainer(ctx, testcontainers.WithImage("mysql:5.6"),
WithConfigFile("./testdata/my.cnf"))
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 717bc09

Please sign in to comment.