Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KSmigielski committed Nov 18, 2024
1 parent 8cc1f4a commit 7895670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ internal class EnvoyIngressRoutesFactoryTest {
hasStatusVirtualClusters()
hasOneDomain("*")
hasOnlyRoutesInOrder(
*adminRoutes,
{
matchingOnPrefix("/status/wrapper/")
.toCluster("wrapper")
.publicAccess()
},
*adminRoutes,
{
ingressRoute()
matchingOnMethod("GET")
Expand Down

0 comments on commit 7895670

Please sign in to comment.