From 997d6a67baad9bb715e6292a6bca284427a9d61a Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 13 May 2023 11:17:11 +0000 Subject: [PATCH] test: fix match image test --- distro/debian/debian_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/distro/debian/debian_test.go b/distro/debian/debian_test.go index 19c3ae9..49fb735 100644 --- a/distro/debian/debian_test.go +++ b/distro/debian/debian_test.go @@ -3,8 +3,6 @@ package debian import ( "testing" - "github.com/cavaliergopher/grab/v3" - "code.dumpstack.io/tools/out-of-tree/cache" "code.dumpstack.io/tools/out-of-tree/config" ) @@ -18,11 +16,6 @@ func TestMatchImagePkg(t *testing.T) { DistroRelease: "7", } - resp, err := grab.Get(tmp, fileurl) - if err != nil { - t.Fatal(err) - } - pkgs, err := MatchImagePkg(km) if err != nil { t.Fatal(err)