Skip to content

Commit 2a39b0b

Browse files
authored
chore(CI): widen error code match (#1888)
1 parent a6f12ff commit 2a39b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/testutils/json.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
var (
2626
KubectlTransientErrors = []string{
27-
"E0222 .* the server is currently unable to handle the request",
27+
"E022[23] .* the server is currently unable to handle the request",
2828
}
2929
)
3030

0 commit comments

Comments
 (0)