From 5bb121911e9b60704154bbc89e238b97439e2bcf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 20 Apr 2026 09:38:01 +0300 Subject: z4: fix verification lint cleanup --- internal/httpctx/httpctx_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/httpctx/httpctx_test.go') diff --git a/internal/httpctx/httpctx_test.go b/internal/httpctx/httpctx_test.go index ffad68c..e9f2a85 100644 --- a/internal/httpctx/httpctx_test.go +++ b/internal/httpctx/httpctx_test.go @@ -41,7 +41,7 @@ func TestWithTimeoutUnlessSet_NoDeadline(t *testing.T) { func TestWithTimeoutUnlessSet_NilUsesBackground(t *testing.T) { t.Parallel() - ctx, cancel := WithTimeoutUnlessSet(nil, 50*time.Millisecond) + ctx, cancel := WithTimeoutUnlessSet(context.Background(), 50*time.Millisecond) defer cancel() if err := ctx.Err(); err != nil { -- cgit v1.2.3