From 34cb4ebd3bc1d7aaa263929c7ae27ac46298b285 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 9 Jan 2026 05:31:38 +0900 Subject: internal/pkg: pass context to file cure This removes the left over embedded contexts. Signed-off-by: Ophestra --- internal/pkg/tar_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/pkg/tar_test.go') diff --git a/internal/pkg/tar_test.go b/internal/pkg/tar_test.go index b292ab82..f468b62a 100644 --- a/internal/pkg/tar_test.go +++ b/internal/pkg/tar_test.go @@ -107,7 +107,6 @@ func checkTarHTTP( }() a := pkg.NewHTTPGetTar( - t.Context(), &client, "file:///testdata", testdataChecksum, -- cgit v1.3.1