Skip to content

Commit

Permalink
Use new official MS SQL Server docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Aug 19, 2019
1 parent 561ff1d commit d04f81c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions savepointers/mssql/mssql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ var msSQLDBGetter savepointertest.DBGetter = func(ctx context.Context, c dktest.
func TestSavepointerMSSQL(t *testing.T) {
t.Parallel()

// https://www.mysql.com/support/supportedplatforms/database.html
versions := []string{
"microsoft/mssql-server-linux",
"mcr.microsoft.com/mssql/server:2017-latest-ubuntu",
}

savepointertest.TestSavepointerWithDocker(t, mssql.Savepointer{}, versions, dktest.Options{Env: env,
Expand Down

0 comments on commit d04f81c

Please sign in to comment.