Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed Apr 22, 2024
1 parent 8d8b76b commit 65df813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cel-validation/clienttrafficpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func TestClientTrafficPolicyTarget(t *testing.T) {
}
},
wantErrors: []string{
"spec.connection.bufferLimit: Invalid value: \"\": size must be of the format \"^[1-9]+[0-9]*([EPTGMK]i|[EPTGMk])?$\"",
"spec.connection.bufferLimit: Invalid value: \"\": bufferLimit must be of the format \"^[1-9]+[0-9]*([EPTGMK]i|[EPTGMk])?$\"",
},
},
}
Expand Down

0 comments on commit 65df813

Please sign in to comment.