From 84d0d737cc40094e8e34c7f40a3ed7db94895711 Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 12 Dec 2024 15:06:47 +0100 Subject: [PATCH] gofumpt --- e2e/genpolicy/genpolicy_test.go | 2 -- e2e/getdents/getdents_test.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/e2e/genpolicy/genpolicy_test.go b/e2e/genpolicy/genpolicy_test.go index a030b9572..d646df966 100644 --- a/e2e/genpolicy/genpolicy_test.go +++ b/e2e/genpolicy/genpolicy_test.go @@ -24,8 +24,6 @@ import ( "github.com/stretchr/testify/require" ) -var imageReplacementsFile, namespaceFile, platformStr string - // TestGenpolicy runs regression tests for generated policies. func TestGenpolicy(t *testing.T) { testCases := kuberesource.GenpolicyRegressionTests() diff --git a/e2e/getdents/getdents_test.go b/e2e/getdents/getdents_test.go index 33c8caa5f..0463ca50d 100644 --- a/e2e/getdents/getdents_test.go +++ b/e2e/getdents/getdents_test.go @@ -28,8 +28,6 @@ const ( getdent = "getdents-tester" ) -var imageReplacementsFile, namespaceFile, platformStr string - func TestGetDEnts(t *testing.T) { platform, err := platforms.FromString(contrasttest.Flags.PlatformStr) require.NoError(t, err)