From 47bc078f7ed38751d21a88f35c1d523863bd4136 Mon Sep 17 00:00:00 2001 From: Channing Gaddy Date: Fri, 4 Aug 2023 18:22:27 -0700 Subject: [PATCH] fixing testSoci method signature Signed-off-by: Channing Gaddy --- e2e/vm/soci_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/e2e/vm/soci_test.go b/e2e/vm/soci_test.go index 080e8c7ee..4293f0ce3 100644 --- a/e2e/vm/soci_test.go +++ b/e2e/vm/soci_test.go @@ -5,7 +5,6 @@ package vm import ( "strings" - "testing" "github.com/onsi/ginkgo/v2" "github.com/onsi/gomega" @@ -14,7 +13,7 @@ import ( "github.com/runfinch/common-tests/option" ) -var testSoci = func(o *option.Option, limactlO *option.Option, limaHomePath string, installed bool, t *testing.T) { +var testSoci = func(o *option.Option, limactlO *option.Option, limaHomePath string, installed bool) { ginkgo.Describe("Soci", func() { ginkgo.It("finch pull should have same mounts as nerdctl pull with SOCI", func() {