Skip to content

Commit 7895670

Browse files
committed
fix test
1 parent 8cc1f4a commit 7895670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/routes/EnvoyIngressRoutesFactoryTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ internal class EnvoyIngressRoutesFactoryTest {
157157
hasStatusVirtualClusters()
158158
hasOneDomain("*")
159159
hasOnlyRoutesInOrder(
160-
*adminRoutes,
161160
{
162161
matchingOnPrefix("/status/wrapper/")
163162
.toCluster("wrapper")
164163
.publicAccess()
165164
},
165+
*adminRoutes,
166166
{
167167
ingressRoute()
168168
matchingOnMethod("GET")

0 commit comments

Comments
 (0)