fix(ci): align compatibility fixtures and generated credits

This commit is contained in:
Feng Ruohang
2026-08-24 15:03:45 +08:00
parent 6b0998157c
commit 45eb2e423d
2 changed files with 13 additions and 32 deletions
+2 -2
View File
@@ -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"},
},
},
{