mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
move to go1.24 (#21114)
This commit is contained in:
@@ -947,7 +947,7 @@ func TestIAMExportImportWithLDAP(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestIAMImportAssetWithLDAP(t *testing.T) {
|
||||
ctx, cancel := context.WithTimeout(context.Background(), testDefaultTimeout)
|
||||
ctx, cancel := context.WithTimeout(t.Context(), testDefaultTimeout)
|
||||
defer cancel()
|
||||
|
||||
exportContentStrings := map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user