mirror of
https://github.com/pgsty/minio.git
synced 2026-09-13 22:14:03 +03:00
fix(ci): align compatibility fixtures and generated credits
This commit is contained in:
@@ -235,9 +235,9 @@ func Test_minioEnvironFromFileWhitespaceAndValidation(t *testing.T) {
|
||||
},
|
||||
{
|
||||
name: "valid underscore and digits",
|
||||
content: "_MINIO_2=value",
|
||||
content: "_VALID_2=value",
|
||||
want: []envKV{
|
||||
{Key: "_MINIO_2", Value: "value"},
|
||||
{Key: "_VALID_2", Value: "value"},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user