Skip to content

Commit 95e0c49

Browse files
committed
Fix syntax error
1 parent b62ba58 commit 95e0c49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cel/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const (
5252
expectedTargetRefMustBeHTTPRouteOrGrpcRouteError = `TargetRef Kind must be: HTTPRoute or GRPCRoute`
5353
expectedTargetRefKindAndNameComboMustBeUnique = `TargetRef Kind and Name combination must be unique`
5454
expectedStrategyMustBeOfTypeRatio = `ratio can only be specified if strategy is of type ratio`
55+
)
5556

5657
// UpstreamSettingsPolicy validation errors.
5758
const (

0 commit comments

Comments
 (0)