Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
msfidelis committed Mar 28, 2024
1 parent fb45639 commit e6386c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/e2e/ingress/pathtype_prefix.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ var _ = framework.IngressNginxDescribe("[Ingress] [PathType] prefix checks", fun
WithHeader("Host", host).
Expect().
Status(http.StatusOK)

})

ginkgo.It("should test prefix path using regex pattern for /id/{int} ignoring non-digits characters at end of string", func() {
Expand Down Expand Up @@ -138,7 +137,6 @@ var _ = framework.IngressNginxDescribe("[Ingress] [PathType] prefix checks", fun
WithHeader("Host", host).
Expect().
Status(http.StatusNotFound)

})

ginkgo.It("should test prefix path using fixed path size regex pattern /id/{int}{3}", func() {

Check failure on line 142 in test/e2e/ingress/pathtype_prefix.go

View workflow job for this annotation

GitHub Actions / lint

142-181 lines are duplicate of `test/e2e/ingress/pathtype_prefix.go:72-111` (dupl)
Expand Down Expand Up @@ -180,7 +178,6 @@ var _ = framework.IngressNginxDescribe("[Ingress] [PathType] prefix checks", fun
WithHeader("Host", host).
Expect().
Status(http.StatusNotFound)

})

ginkgo.It("should correctly route multi-segment path patterns", func() {
Expand Down Expand Up @@ -210,7 +207,5 @@ var _ = framework.IngressNginxDescribe("[Ingress] [PathType] prefix checks", fun
WithHeader("Host", host).
Expect().
Status(http.StatusNotFound)

})

})

0 comments on commit e6386c0

Please sign in to comment.