End-to-end tests for canary affinity (#7529)

This commit is contained in:
wasker 2021-08-24 05:05:14 -07:00 committed by GitHub
parent f84006d62f
commit 3fb312ee2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 289 additions and 39 deletions

View file

@ -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)
}
})
})