Skip to content

Commit 56720bc

Browse files
committed
chore: lint
1 parent 324bace commit 56720bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationtest/status_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/smartystreets/goconvey/convey"
99
)
1010

11-
func StatusSpec(ctx context.Context, urlStr string) func(c convey.C) {
11+
func StatusSpec(_ context.Context, urlStr string) func(c convey.C) {
1212
return func(c convey.C) {
1313
url, err := url.Parse(urlStr)
1414
convey.ShouldBeNil(err)

0 commit comments

Comments
 (0)