Skip to content

Commit

Permalink
Revert "fix: failing tests"
Browse files Browse the repository at this point in the history
This reverts commit 75e2a38.

Signed-off-by: alparslanavci <alparslanavci@gmail.com>
  • Loading branch information
alparslanavci committed Oct 19, 2023
1 parent 75e2a38 commit ccbaf3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ to:
ErrorCases("invalid backendRefs",
[]validators.Violation{{
Field: `spec.to[0].rules[0].default.backendRefs[0].name`,
Message: "must be defined with kind MeshServiceSubset",
Message: "must be set with kind MeshServiceSubset",
}}, `
type: MeshHTTPRoute
mesh: mesh-1
Expand All @@ -277,7 +277,7 @@ to:
ErrorCases("invalid backendRef in requestMirror",
[]validators.Violation{{
Field: `spec.to[0].rules[0].default.filters[0].requestMirror.backendRef.name`,
Message: "must be defined with kind MeshServiceSubset",
Message: "must be set with kind MeshServiceSubset",
}}, `
type: MeshHTTPRoute
mesh: mesh-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ to:
ErrorCase("invalid backendRefs",
validators.Violation{
Field: "spec.to[0].rules[0].default.backendRefs[0].name",
Message: "must be defined with kind MeshServiceSubset",
Message: "must be set with kind MeshServiceSubset",
}, `
type: MeshTCPRoute
mesh: mesh-1
Expand Down

0 comments on commit ccbaf3f

Please sign in to comment.