diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-09 05:31:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-09 05:31:38 +0900 |
| commit | 34cb4ebd3bc1d7aaa263929c7ae27ac46298b285 (patch) | |
| tree | 707ad22a4bbd6201c60206ec9451d56625b76939 /internal/pkg/tar_test.go | |
| parent | f7124667145d1f7c614d9fc644bc07bb6174454a (diff) | |
internal/pkg: pass context to file cure
This removes the left over embedded contexts.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/tar_test.go')
| -rw-r--r-- | internal/pkg/tar_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
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, |
