End-to-end tests for canary affinity (#7529)
This commit is contained in:
parent
f84006d62f
commit
3fb312ee2c
3 changed files with 289 additions and 39 deletions
|
|
@ -66,7 +66,7 @@ var _ = framework.DescribeSetting("[Load Balancer] round-robin", func() {
|
|||
}
|
||||
|
||||
for _, v := range replicaRequestCount {
|
||||
assert.Equal(ginkgo.GinkgoT(), v, 200)
|
||||
assert.Equal(ginkgo.GinkgoT(), 200, v)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue