Skip to content

Commit

Permalink
Delete extra blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaycean committed Mar 7, 2021
1 parent 78ca5a3 commit 8d7e581
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/test/e2enew/route/route_with_vars_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ var _ = ginkgo.Describe("test route with vars (args)", func() {
Sleep: base.SleepTime,
})
})

ginkgo.It("update route with vars (header)", func() {
t := ginkgo.GinkgoT()
var createRouteBody map[string]interface{} = map[string]interface{}{
Expand Down Expand Up @@ -241,7 +240,6 @@ var _ = ginkgo.Describe("test route with multiple vars (args, cookie and header)
ExpectStatus: http.StatusOK,
})
})

ginkgo.It("hit the route with right parameters", func() {
base.RunTestCase(base.HttpTestCase{
Object: base.APISIXExpect(),
Expand Down

0 comments on commit 8d7e581

Please sign in to comment.