Skip to content

Commit e683487

Browse files
committed
Set Git messages to English for TestRemoteLoad_LocalProtocol
Ensure consistent error message matching by setting LC_ALL=C in TestRemoteLoad_LocalProtocol, preventing locale-based variations in Git output. Signed-off-by: Arthur Diniz <[email protected]>
1 parent 53fa728 commit e683487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/krusty/remoteloader_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ resources:
282282
},
283283
}
284284

285+
t.Setenv("LC_ALL", "C")
286+
285287
for _, test := range tests {
286288
t.Run(test.name, func(t *testing.T) {
287289
if test.skip {

0 commit comments

Comments
 (0)