We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972ac73 commit 886c88aCopy full SHA for 886c88a
internal/controller/nginx/agent/command_test.go
@@ -83,7 +83,6 @@ func createGrpcContext(t *testing.T) context.Context {
83
func createGrpcContextWithCancel(t *testing.T) (context.Context, context.CancelFunc) {
84
t.Helper()
85
ctx, cancel := context.WithCancel(t.Context())
86
-
87
return grpcContext.NewGrpcContext(ctx, grpcContext.GrpcInfo{
88
UUID: "1234567",
89
}), cancel
0 commit comments