Skip to content

Commit

Permalink
Fix golint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Treenhan committed Jun 23, 2023
1 parent c8a3718 commit 0daa6a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conformance/tests/httproute-rewrite-path.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ var HTTPRouteRewritePath = suite.ConformanceTest{
},
Backend: "infra-backend-v1",
Namespace: ns,
}, {
},
{
Request: http.Request{
Path: "/full/rewrite-path-and-modify-headers/test",
Headers: map[string]string{
Expand All @@ -92,7 +93,8 @@ var HTTPRouteRewritePath = suite.ConformanceTest{
},
Backend: "infra-backend-v1",
Namespace: ns,
}, {
},
{
Request: http.Request{
Path: "/prefix/rewrite-path-and-modify-headers/one",
Headers: map[string]string{
Expand Down

0 comments on commit 0daa6a8

Please sign in to comment.