Skip to content

Commit 886c88a

Browse files
committed
add t.helper() for test lint
Signed-off-by: richie <[email protected]>
1 parent 972ac73 commit 886c88a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/controller/nginx/agent/command_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func createGrpcContext(t *testing.T) context.Context {
8383
func createGrpcContextWithCancel(t *testing.T) (context.Context, context.CancelFunc) {
8484
t.Helper()
8585
ctx, cancel := context.WithCancel(t.Context())
86-
8786
return grpcContext.NewGrpcContext(ctx, grpcContext.GrpcInfo{
8887
UUID: "1234567",
8988
}), cancel

0 commit comments

Comments
 (0)