Skip to content

Commit

Permalink
fix test case upstream port
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaycean authored Mar 26, 2021
1 parent f074bba commit 42d64c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/test/e2enew/service/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ var _ = ginkgo.Describe("create service without plugin", func() {
time.Sleep(time.Duration(500) * time.Millisecond)
res := base.BatchTestServerPort(18)
gomega.Expect(res["1980"] == 3).Should(gomega.BeTrue())
gomega.Expect(res["1980"] == 6).Should(gomega.BeTrue())
gomega.Expect(res["1980"] == 9).Should(gomega.BeTrue())
gomega.Expect(res["1981"] == 6).Should(gomega.BeTrue())
gomega.Expect(res["1982"] == 9).Should(gomega.BeTrue())
})
ginkgo.It("delete route", func() {
base.RunTestCase(base.HttpTestCase{
Expand Down

0 comments on commit 42d64c6

Please sign in to comment.