Skip to content

Commit 70137d0

Browse files
AlinsRanCopilot
andcommitted
fix: remove unused framework import in webhook e2e tests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bf5fed5 commit 70137d0

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

test/e2e/webhook/apisixroute.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
. "github.com/onsi/ginkgo/v2"
2525
. "github.com/onsi/gomega"
2626

27-
"github.com/apache/apisix-ingress-controller/test/e2e/framework"
2827
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
2928
)
3029

test/e2e/webhook/apisixtls.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
. "github.com/onsi/ginkgo/v2"
2525
. "github.com/onsi/gomega"
2626

27-
"github.com/apache/apisix-ingress-controller/test/e2e/framework"
2827
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
2928
)
3029

test/e2e/webhook/consumer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
. "github.com/onsi/ginkgo/v2"
2525
. "github.com/onsi/gomega"
2626

27-
"github.com/apache/apisix-ingress-controller/test/e2e/framework"
2827
"github.com/apache/apisix-ingress-controller/test/e2e/scaffold"
2928
)
3029

0 commit comments

Comments
 (0)