Skip to content

Commit 0533cd9

Browse files
authored
Fix nolintlint issue (#1456)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent 7c402f0 commit 0533cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/server/v3/delta_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func (stream *mockDeltaStream) Recv() (*discovery.DeltaDiscoveryRequest, error)
150150

151151
func makeMockDeltaStream(t *testing.T) *mockDeltaStream {
152152
t.Helper()
153-
ctx, cancel := context.WithCancel(t.Context()) //nolint:gosec // G118
153+
ctx, cancel := context.WithCancel(t.Context())
154154
return &mockDeltaStream{
155155
t: t,
156156
ctx: ctx,

0 commit comments

Comments
 (0)