We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324bace commit 56720bcCopy full SHA for 56720bc
integrationtest/status_test.go
@@ -8,7 +8,7 @@ import (
8
"github.com/smartystreets/goconvey/convey"
9
)
10
11
-func StatusSpec(ctx context.Context, urlStr string) func(c convey.C) {
+func StatusSpec(_ context.Context, urlStr string) func(c convey.C) {
12
return func(c convey.C) {
13
url, err := url.Parse(urlStr)
14
convey.ShouldBeNil(err)
0 commit comments