Skip to content

Commit 21b6603

Browse files
committed
style: refactor tests and update CI configurations
- Remove `nolint:unparam` comment from `serve_test.go` file Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 6e6360c commit 21b6603

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serve_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"github.com/stretchr/testify/assert"
1414
)
1515

16-
//nolint:unparam
1716
func PerformRequest(r http.Handler, method, path string) *httptest.ResponseRecorder {
1817
req, _ := http.NewRequestWithContext(context.Background(), method, path, nil)
1918
w := httptest.NewRecorder()

0 commit comments

Comments
 (0)