Skip to content

Commit

Permalink
feat(kuma-cp): review
Browse files Browse the repository at this point in the history
Fixes: #8237
Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
  • Loading branch information
Automaat committed Nov 6, 2023
1 parent 73d2511 commit fbd048d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ spec:
)
}, "30s", "5s").Should(
And(
HaveKeyWithValue(Equal(`test-server-mesh-route-zone-1`), BeNumerically("~", 50, 10)),
HaveKeyWithValue(Equal(`test-server-mesh-route-zone-5`), BeNumerically("~", 50, 10)),
HaveKeyWithValue(Equal(`test-server-mesh-route-zone-1`), BeNumerically("~", 50, 15)),
HaveKeyWithValue(Equal(`test-server-mesh-route-zone-5`), BeNumerically("~", 50, 15)),
),
)

Expand Down

0 comments on commit fbd048d

Please sign in to comment.